Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58183 (GCVE-0-2025-58183)
Vulnerability from cvelistv5 – Published: 2025-10-29 22:10 – Updated: 2025-11-04 21:13- CWE-400 - Uncontrolled Resource Consumption
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | archive/tar |
Affected:
0 , < 1.24.8
(semver)
Affected: 1.25.0 , < 1.25.2 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-58183",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-30T14:22:41.219110Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-03T19:56:37.377Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:13:32.834Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "archive/tar",
"product": "archive/tar",
"programRoutines": [
{
"name": "readGNUSparseMap1x0"
},
{
"name": "Reader.Next"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.2",
"status": "affected",
"version": "1.25.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Harshit Gupta (Mr HAX)"
}
],
"descriptions": [
{
"lang": "en",
"value": "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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-29T22:10:14.376Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/709861"
},
{
"url": "https://go.dev/issue/75677"
},
{
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"title": "Unbounded allocation when parsing GNU sparse map in archive/tar"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-58183",
"datePublished": "2025-10-29T22:10:14.376Z",
"dateReserved": "2025-08-27T14:50:58.691Z",
"dateUpdated": "2025-11-04T21:13:32.834Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-58183",
"date": "2026-07-01",
"epss": "0.00419",
"percentile": "0.33696"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58183\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-10-29T23:16:19.357\",\"lastModified\":\"2026-06-17T09:44:01.683\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"archive/tar\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"archive/tar\",\"programRoutines\":[{\"name\":\"readGNUSparseMap1x0\"},{\"name\":\"Reader.Next\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.24.8\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.25.0\",\"lessThan\":\"1.25.2\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-10-30T14:22:41.219110Z\",\"id\":\"CVE-2025-58183\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"references\":[{\"url\":\"https://go.dev/cl/709861\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/75677\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4014\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/10/08/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/10/08/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58183\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-30T14:22:41.219110Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-30T14:23:04.000Z\"}}], \"cna\": {\"title\": \"Unbounded allocation when parsing GNU sparse map in archive/tar\", \"credits\": [{\"lang\": \"en\", \"value\": \"Harshit Gupta (Mr HAX)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"archive/tar\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0\", \"lessThan\": \"1.25.2\", \"versionType\": \"semver\"}], \"packageName\": \"archive/tar\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"readGNUSparseMap1x0\"}, {\"name\": \"Reader.Next\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/709861\"}, {\"url\": \"https://go.dev/issue/75677\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4014\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-10-29T22:10:14.376Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58183\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\", \"dateReserved\": \"2025-08-27T14:50:58.691Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-10-29T22:10:14.376Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:1837
Vulnerability from csaf_redhat - Published: 2026-02-05 16:03 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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:1837",
"url": "https://access.redhat.com/errata/RHSA-2026:1837"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1837.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:00+00:00",
"generator": {
"date": "2026-07-02T06:02:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:1837",
"initial_release_date": "2026-02-05T16:03:01+00:00",
"revision_history": [
{
"date": "2026-02-05T16:03:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T16:03:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:149-4.el10_1.src",
"product": {
"name": "osbuild-composer-0:149-4.el10_1.src",
"product_id": "osbuild-composer-0:149-4.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@149-4.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-core-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-core-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-worker-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-worker-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@149-4.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@149-4.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-core-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-core-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@149-4.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@149-4.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-core-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-core-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-worker-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-worker-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@149-4.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@149-4.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-core-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-core-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-worker-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-worker-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@149-4.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@149-4.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:149-4.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src"
},
"product_reference": "osbuild-composer-0:149-4.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-core-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-core-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-core-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-core-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-worker-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-worker-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-worker-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64"
]
},
"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-02-05T16:03:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1837"
},
{
"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": [
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64"
]
}
],
"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": [
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.src",
"AppStream-10.1.Z:osbuild-composer-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-core-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-debugsource-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-tests-debuginfo-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-0:149-4.el10_1.x86_64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.aarch64",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.ppc64le",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.s390x",
"AppStream-10.1.Z:osbuild-composer-worker-debuginfo-0:149-4.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:1838
Vulnerability from csaf_redhat - Published: 2026-02-05 16:02 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-0:31-3.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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": "An update for image-builder is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "A local binary for building customized OS artifacts such as VM images and OSTree commits. Uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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:1838",
"url": "https://access.redhat.com/errata/RHSA-2026:1838"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-137212",
"url": "https://issues.redhat.com/browse/RHEL-137212"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1838.json"
}
],
"title": "Red Hat Security Advisory: image-builder security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:00+00:00",
"generator": {
"date": "2026-07-02T06:02:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:1838",
"initial_release_date": "2026-02-05T16:02:26+00:00",
"revision_history": [
{
"date": "2026-02-05T16:02:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T16:02:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "image-builder-0:31-3.el10_1.src",
"product": {
"name": "image-builder-0:31-3.el10_1.src",
"product_id": "image-builder-0:31-3.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder@31-3.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "image-builder-0:31-3.el10_1.aarch64",
"product": {
"name": "image-builder-0:31-3.el10_1.aarch64",
"product_id": "image-builder-0:31-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder@31-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "image-builder-debugsource-0:31-3.el10_1.aarch64",
"product": {
"name": "image-builder-debugsource-0:31-3.el10_1.aarch64",
"product_id": "image-builder-debugsource-0:31-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debugsource@31-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "image-builder-debuginfo-0:31-3.el10_1.aarch64",
"product": {
"name": "image-builder-debuginfo-0:31-3.el10_1.aarch64",
"product_id": "image-builder-debuginfo-0:31-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debuginfo@31-3.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "image-builder-0:31-3.el10_1.ppc64le",
"product": {
"name": "image-builder-0:31-3.el10_1.ppc64le",
"product_id": "image-builder-0:31-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder@31-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "image-builder-debugsource-0:31-3.el10_1.ppc64le",
"product": {
"name": "image-builder-debugsource-0:31-3.el10_1.ppc64le",
"product_id": "image-builder-debugsource-0:31-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debugsource@31-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"product": {
"name": "image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"product_id": "image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debuginfo@31-3.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "image-builder-0:31-3.el10_1.s390x",
"product": {
"name": "image-builder-0:31-3.el10_1.s390x",
"product_id": "image-builder-0:31-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder@31-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "image-builder-debugsource-0:31-3.el10_1.s390x",
"product": {
"name": "image-builder-debugsource-0:31-3.el10_1.s390x",
"product_id": "image-builder-debugsource-0:31-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debugsource@31-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "image-builder-debuginfo-0:31-3.el10_1.s390x",
"product": {
"name": "image-builder-debuginfo-0:31-3.el10_1.s390x",
"product_id": "image-builder-debuginfo-0:31-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debuginfo@31-3.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "image-builder-0:31-3.el10_1.x86_64",
"product": {
"name": "image-builder-0:31-3.el10_1.x86_64",
"product_id": "image-builder-0:31-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder@31-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "image-builder-debugsource-0:31-3.el10_1.x86_64",
"product": {
"name": "image-builder-debugsource-0:31-3.el10_1.x86_64",
"product_id": "image-builder-debugsource-0:31-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debugsource@31-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "image-builder-debuginfo-0:31-3.el10_1.x86_64",
"product": {
"name": "image-builder-debuginfo-0:31-3.el10_1.x86_64",
"product_id": "image-builder-debuginfo-0:31-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/image-builder-debuginfo@31-3.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-0:31-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64"
},
"product_reference": "image-builder-0:31-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-0:31-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le"
},
"product_reference": "image-builder-0:31-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-0:31-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x"
},
"product_reference": "image-builder-0:31-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-0:31-3.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-0:31-3.el10_1.src"
},
"product_reference": "image-builder-0:31-3.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-0:31-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64"
},
"product_reference": "image-builder-0:31-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debuginfo-0:31-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64"
},
"product_reference": "image-builder-debuginfo-0:31-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debuginfo-0:31-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le"
},
"product_reference": "image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debuginfo-0:31-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x"
},
"product_reference": "image-builder-debuginfo-0:31-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debuginfo-0:31-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64"
},
"product_reference": "image-builder-debuginfo-0:31-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debugsource-0:31-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64"
},
"product_reference": "image-builder-debugsource-0:31-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debugsource-0:31-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le"
},
"product_reference": "image-builder-debugsource-0:31-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debugsource-0:31-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x"
},
"product_reference": "image-builder-debugsource-0:31-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-builder-debugsource-0:31-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64"
},
"product_reference": "image-builder-debugsource-0:31-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"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",
"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": [
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.src",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64"
]
},
"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-02-05T16:02:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.src",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1838"
},
{
"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": [
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.src",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64"
]
}
],
"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": [
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.src",
"AppStream-10.1.Z:image-builder-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debuginfo-0:31-3.el10_1.x86_64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.aarch64",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.ppc64le",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.s390x",
"AppStream-10.1.Z:image-builder-debugsource-0:31-3.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:1942
Vulnerability from csaf_redhat - Published: 2026-02-04 15:43 - Updated: 2026-07-02 06:02A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
Authlib’s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 “must‑understand” semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed‑language fleets, this enables split‑brain verification and can lead to policy bypass, replay, or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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 Quay 3.15.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.3",
"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:1942",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"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-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"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-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"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_1942.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.3",
"tracking": {
"current_release_date": "2026-07-02T06:02:11+00:00",
"generator": {
"date": "2026-07-02T06:02:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:1942",
"initial_release_date": "2026-02-04T15:43:51+00:00",
"revision_history": [
{
"date": "2026-02-04T15:43:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T15:44:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ab33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ae657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ac0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770149618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Aa8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Afb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_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-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_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-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:20034
Vulnerability from csaf_redhat - Published: 2026-05-26 09:07 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
Workaround
|
A flaw was found in xmldom and @xmldom/xmldom, a JavaScript library for parsing and serializing XML. This vulnerability allows an attacker to inject arbitrary XML markup into a document due to improper handling of DocumentType node fields during serialization. By crafting malicious input, an attacker can cause the XML serializer to prematurely terminate the DOCTYPE declaration, enabling the insertion of unauthorized content. This could lead to information disclosure or, in certain configurations, the execution of arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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.21.17 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.21.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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.21.17. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:20032\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.21/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:20034",
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
},
{
"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-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41674",
"url": "https://access.redhat.com/security/cve/CVE-2026-41674"
},
{
"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_20034.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.17 bug fix and security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:13+00:00",
"generator": {
"date": "2026-07-02T06:02:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:20034",
"initial_release_date": "2026-05-26T09:07:54+00:00",
"revision_history": [
{
"date": "2026-05-26T09:07:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-26T09:09:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:13+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.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Aac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Af69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ad89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ac9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ac1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ad448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Acdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Abb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Aab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ae616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Afc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Af417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778708658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Af6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ad071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Af3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ae3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Af4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aaa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ad3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ae7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Afc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Adcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Adec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Af28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ae779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ad8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ab622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Af100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ae07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779116155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Accfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ac1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779274445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ab1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aeca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ab94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aeec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ad03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aa08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Afa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266059"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ac6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Acbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Adeccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aeb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Af8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ab2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ae28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Adccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Aa8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ac5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Af48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ae6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778708658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ae6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Adea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ae5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ae9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ab0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ad0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Af65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ad87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aa19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Af0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Abad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Aae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aa3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Abc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ac3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aa4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ac1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ac230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ab42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ace385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ab1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779116155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ae6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Af0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aa9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aa74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779274445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Acebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Af8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ac1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Af67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Af4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Add3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aa121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ae5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Ade6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266059"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Adb47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3Aae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aaddf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aa59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Adcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Acc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Afc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ab0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Af0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Accfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Adc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ae703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ab48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Aeb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aa2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ac05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778708658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ad12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Afcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aaf7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aa19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ae25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Aaa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Af7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ae9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aeb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ab57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Aeb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Aada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ad5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Af2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Acd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ab27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aaa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ade8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Aedd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Afefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Afe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Adb9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Acde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ae3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Afe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aa85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Adaa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ad8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Aaf9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779116155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779274445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ad14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ac104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Abdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ab7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256699"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ac5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ac540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Af60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Aad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Abf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aa9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ab24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Aaa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ae5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Adc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aefffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Aaa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Aedea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ac293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ab303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ae666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Adb0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Afe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778708658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ae12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Af70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Af8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Afd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Af2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Abca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ad923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779260747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Af881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ae90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Af24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Adcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Adb1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263914"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779262610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Af5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Abf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779257894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Afc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265061"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ac9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779116155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aeae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Afe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779254618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ae6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779252752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Adfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779250375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779251880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ab6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779274445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779258382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Adbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779270002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ae9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779263963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779265024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779261302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779253009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779259299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779264445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779255893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779266059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1779256699"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"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.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"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-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"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.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"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.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
},
{
"cve": "CVE-2026-41674",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2026-05-07T05:01:25.803044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467620"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in xmldom and @xmldom/xmldom, a JavaScript library for parsing and serializing XML. This vulnerability allows an attacker to inject arbitrary XML markup into a document due to improper handling of DocumentType node fields during serialization. By crafting malicious input, an attacker can cause the XML serializer to prematurely terminate the DOCTYPE declaration, enabling the insertion of unauthorized content. This could lead to information disclosure or, in certain configurations, the execution of arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xmldom: xmldom: Arbitrary XML markup injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"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.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41674"
},
{
"category": "external",
"summary": "RHBZ#2467620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467620"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41674"
},
{
"category": "external",
"summary": "https://github.com/xmldom/xmldom/commit/372008f9ae0e20fd69f761c7b79e202598267314",
"url": "https://github.com/xmldom/xmldom/commit/372008f9ae0e20fd69f761c7b79e202598267314"
},
{
"category": "external",
"summary": "https://github.com/xmldom/xmldom/releases/tag/0.8.13",
"url": "https://github.com/xmldom/xmldom/releases/tag/0.8.13"
},
{
"category": "external",
"summary": "https://github.com/xmldom/xmldom/releases/tag/0.9.10",
"url": "https://github.com/xmldom/xmldom/releases/tag/0.9.10"
},
{
"category": "external",
"summary": "https://github.com/xmldom/xmldom/security/advisories/GHSA-f6ww-3ggp-fr8h",
"url": "https://github.com/xmldom/xmldom/security/advisories/GHSA-f6ww-3ggp-fr8h"
}
],
"release_date": "2026-05-07T03:47:51.140000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-26T09:07:54+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:52a9c863ddc434eedee8c0e75cf610805db2b6b91502688857bc8afa62ed1dd6\n\n (For s390x architecture)\n The image digest is sha256:e1cd4053fdab99ef5530074cb61596de6d0c3b0fd091763051e93b69b4a47c11\n\n (For ppc64le architecture)\n The image digest is sha256:91b0028f1b17269e79f04e6638777c378fa6b4f0814f9b7ed26a0ee2cd0d3427\n\n (For aarch64 architecture)\n The image digest is sha256:370ca00b9618fe7e6a2444f68e63a869f2c4f3cd51f0e61e35b66dd87dda8652\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20034"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:316fc1dfac61cc8292d94a44605519126e05e2148a44e8167bf35b78d2e3b58c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:702cdc4d5e9371f2450b8c3af7966a65f09ce3cfb89b0f5530cb032975c7be6f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:71afe8c9691ee703ac13b0890907f33c75a228b59c814d6b82f2a65a1e47ade4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:7e30a211d2b97a8c1bec6f223dce23f02811dc4bab89a5e3e036c65dce3c8313_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:6701bb1a62f5ddb5d9c5719efadac413447e4080f36ec50248483f08db51be24_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8043922795aca65bf3e5c32a717e7f362ba912930155e9545b76b78115f7e8c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:addf898100293b11d05f3906a75ac36cf4ad33c60760ac55b19a3a89bc828eed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d89474019a15e0eaa3e057b8d73f34e1e096282a95c67d40391100a9ae6f6d60_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:445de521ad8809eef126683d257edf8feaddf7782ca1fd3d3bda9b357c5e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e179141321360637a43edbb388dc600f56c675d444b531d29fad7b6549ea516_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9ed796cb5314cd8a6a3266394c77549e294a6694d665752e64f86d562de62bc1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9e601b1c191fba1e7d2337a2da76274c49c641e881e379453840d7d0e7a8287_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:0eb1179715e1b8470c17ff9d69bb500eb5b3f77fa97c8c220859e591db72bc1c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:74bd9e1539a761d29ed5df02b7045c1ad1ff40e566199c1f089abf41251925e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:aa1b79ef23693be43e989f5984a71e5ac944b44077eeddaedb52b76b7a0de451_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d5362e5e028a474505be37ac9a28f93c02f56f3070c4b7bf2dc5067f0ccf4f29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8634e5311f2796018e9404eb1c65e31a08bde957b8315bb0f2255172ce824bb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9b32f48921eb270a0d200f29cd017c30b458e7858b50e51b2bfc66c9242dbc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:cd7ddd671959d818f7feecbbf9195d0a6deaf3fe82aff4d3528132c885585922_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f598da04fe75a5c432552fef71d07776a179f5c166152962aba1c7010bba09f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:02b7b21ed1f82d9ed22215d78600b368103c59e374ffd6b15dc8250c379c8f70_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cdb3e6984a5562271dc082c6aeeb96034c4d6322f014ba1d88d10c4c7b7a6af0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0eb5b2d683f328d91690623964225dfd1ea42e367fa389dcaf2c8b149416b07_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff528a5aca2e50b4779c9b7f0f7279fdb166227d0e3bddb1876d53c560a77390_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4131c6a8b2dc8f2bf670b26cbb98e0d41bd7074ddf22c3c975040c1efab4a883_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:940f740fe8306858ce236c60385b0fab6b427ed5db401aacd84c8519ee0541a3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e616683ea75f1f5125589328e1796e5bd199b1c74e97d02b06eeaea56551642e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edea191c7f44b154eb08b021fa17b8465e6e8aca4997378b04278b3989ec1c82_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:58f1fc8f8d012ed720a41dc7774502f575b2e9aa7d858d4e079f87cd9ec1d440_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7789334d77c1190dfecd67ab238ce1c302838b72e0b9610e24aa71db50e4f91c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac0430e800549977b3bbb5804232b80d351ecb8b8c81d1fb64d4ef0a94fdb8e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c293b3328daa56026ed2c68dce290de48498101a65eed5f6c19e9ee2fb4fd5a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:4b7c13993cebe8fbbb1635a0cc0106bc1928d1fcaffce0cdc7acc0926583833c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:875c3c804554f9fb560276946d01c393fe3193091ebf6d7e3bfa8491c2aeb3c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b622e6ef28c5e06953b7b2c8db4164dff93debd369ec6e52d43d6f7e2dab5fb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:c230362989e3ca3d60758136bc66e8e3171c2e5b9f0fb968b61f37011ae1ea59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:2a7e688c21a20c01047469ce0ade9cefd901fb637a67d55b55f5ef9b3a039b2e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6acec5d7b5366194af43a7375baf16377b664fe8be725a256f6256b6e46acec1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9aff9e43f27e295d55acd2f6b822375ef7ded580ddce0322b8f75169383a4e83_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e07cec117e2fad850bb22d8d3a3ef892ad844c6ae25479e619abc7fad86688ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:29b295482a46cae9c5b6f284efddfd73e787f857fe65184b12ef9d7ac8d8287d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4731ae209f05221b05ddf0def5e6de2ef588c0e732ecf254326d90b150a11a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:8ca347450a57dff89a3822a395b875279f0a147c01f6442684ff4d0065630249_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9a0bca431db562ce4f87821353b7e17606e742d84b158547029f3223fda0c447_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1163ecdbf50d955fb93c86f63c3479b568be49aa551f3d4b85873bfe7b9ec8cd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ccfa4fbe578e998f31966afaf6155fabc6688cb6a37032c7410b9000ee97055d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6a6206b7a07aec8cf65b0a6b96fe576724e11ee26330d84fa7cdc3e93c20db8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:eae97f9d51bb1c549b64fa19a86de7adb4d520f90fc3d58e1a3e226d72d3fd03_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3932eb91b08a6be700ae322f00704b3aa10355a38ffce0e2a3d727fb4bd45d8b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:44db4e98c9a5dc7101a14f1cd1d10da45cf1cdd096ed4e21fe779f24b63d10e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1236d5bd715eac809442d741709eee3c0fe4fcd03111170539d66b1c9680c83_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f0d140da51f6951eefcabf782b9e8a9a967aed1dcaae6eacced106a119cbc298_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:05770ec8efb31b9e4434b2428e5f92cdf4806291e9946934e739fa46a876cf92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5c567b87b0f360034af9b9f8e0e2f7d787a4cdd7e2f16e1bf07ac173db0a096d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c104280d7af3a0f04784dd79820dfdaa2ec62270773c40b8b75883c1b4c6e25e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eec1920d9797c4f48049f1b0e25c8d0a77f9dd67003ecf368a46b95c0dab89ab_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:10ec2ca7e6d08e826d9d9515acd91ab2af62c8c97f273bc2e7244c47ebf301c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2e3187dca2ee0e7189e1128c94d8bf9fed8dcd4436eedb54d1f1fd58819d6269_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6a128aeb83af35bae1103f3d2d1f99b5f78d23587d5d2e0d7256a3d3109bd255_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6b903f2b70fd2ac17b18a87e29fbd95e97c9580d7e61273560e32c1fc46c517_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07de6a415246d3c4edf7f4a8cebdadb4d6bbbb8d1e36eed01d3d2fb94d5434e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:252c436c54117a66d9c8d39662b5a7132742b6b31dcdd51327cb5dd062a90b80_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:de6fd613b8819b8676ee3a636039acff3f8f09d2b42ef696ae88b687266336c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fa7c04728430e7c7e476851efb53418c3344f004ab89354f3d1bd39c280697fb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:04ffa5b7d6c2e53f6f01752d1933f9aac1918946546d8b82cdd4a57efbbee7b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:09ace8cebbf75603a659ac474713fb06223d58b0afd95ede0a2794cafd9b9ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:19bb3d6a1ac600dbd7fd7eada8b717e8249e85b5981da54f5de58aae059ff598_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6c2e8a116a2dbcddc332d4388ac97982d5da2d40243c7843d576cdd787233d31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:0f3c09167760a5e7298eedb929e75ff195b68bcc8d32353c01f2baca1dc1b1f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:394984f8555fe6880efcde83d5d7aee3c9eecb52deb0d9e6a48af5f9691d85e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:83900941b3b2f9fe8e4dc7b3fdfcee9689f66d87b14ad26e2d7d09abed032a7e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ec21ba621475e8295b0d47f4dbb6a1100073606c094d91776a6d1b14d08d6e09_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:01861845c7ff29d5f09922190b7d69a53810de29c129e38d8599f31c79004f97_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0f4b4599b8689f3e7480d27583d8b445e9fad4e189ba01b90991a0e6a2bd8bf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71125bd38d61adc6bfaa4d2fea224570c502112543f5e8671cec68713a494784_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eb40b188b30d85407dde74d8924a63ca2faaa3c461a755d9832e9f695bab6d23_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:59cb7551e6285adeb8d62ffa19a72749cd3811310d8f1b7e01cdddd4dbbd15ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8580789f9bc05a7ecbdbc4beb4b5ede1038370f60641f00d85694b6f0c850a58_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ab3263ca15f191e6f3cc31e5f587b16c04601c46413e5d615534ac6110bd7f66_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fd04146f83397eb0b2dbf4515fd34afc5ff7650e482e9be62eadfb5611b73f0b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:162a707c2f4ecd7a0ab32c76d85b65f1954ef616942a5c440f7e7a4ebdf048d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7c9fcb5e662d0f36cf1d6894dc519c591f9009edce7590cc2e14f4f0956031a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b57c4f5dd81a89185730b9bf53653e1ce595727ab4c00874b177225d60f8730f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d0ac4cff5318533fe989d81bdd56d49e303539480d3f46f98ca2cdf7deea679c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:ae32ca663fb70e8e21debe467fb13df62f64384a458719e034106e8a10c45e30_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:17e999982295f7b3bad9579488494f7ea27d1432299f7b783500b1614f3201ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:33cd724f37481e6682dca23960c7ad66855f146d08ed2d4b159b245408d6780e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8a04fb2499eb879d601c4663c20047a51ecefab035a9011f84b5889c4a05f3ae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4a6ddeff69cd3d3612201f66a4b125c1ee61575823767de128619836150539f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3305ed0567625ef562f62fd26e9804f66bf2de46e410fd6f768b764b2768f5e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:583f7fa8f863fc94fa64701fdc9f73d3cb2e3489a824c0acce5bbe7be316c3f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ab1c0f1a917719d7be5db361f702ac6c55409daf8d494f9e2be341786c2df81e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f65e818f25fdd203709de9e264a40c8c746afe20a2426fdcc7807e65738d3af2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8960b3b19751faecc5407ce160700d251e9eb87de5867297ce8929bd2b651b22_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:98e90fa7f033e451385a5a89f8b8ba78626a7f7262e164811a6d44ce74b66f53_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:33d3b0a841e965c04e003231f843d29151af86963cb666ee559bad2927c4a686_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f2d7edfe391aea22b3091f58bd7c87483bede842475c0729e0fc56535a69bb4e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8253458d56422c91e59922f81832516d5e337a90cd12194e282f58c57f4c17bf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5e392cbd5140b27f9d25ad405650deb6c7160bccb92661327e0c09dcfd3d6ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:051fe1b7a40fa21e8e84db4d984748f8c9bd6507904a738778ba3ea2c8fc05a4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:699eef0e4de4303310df3d94d33f1ce54c5180e130e490f97596db1b2b34c6d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79cba6d8170de79871ba17cab38590214ac607cbb70f8cea3b6d5e2e02459ef2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bca08796f850d6f407e88ec3f97da8c4dca6bd52b71ef692bab74e5bb1030c49_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c8507c45407bf6f217619bf3bb407df1cef76a7825837745a84633aa31c3142_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:eb42844eab339ea395b4602416c980869df131dba59919427f2030c8637584cb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7e693ef7ff4f284276d706d21fa604f4ee546d5e2ea0bbc9e54ea3e41ee053d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8aae47deb7ed9c93ea1550a4e7a095b27929b445c6da66b357481ecea7547696_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:867ad7f41dd1c4b5419fae5bfa8ca8d8e4de69fe900d7923d14720697d7a065a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9c7212680727a7e440341e7f31547654c41044de447bdee8f89b419d42ece528_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:29f7a84c0459adb589dab1f4896a4cdaaae7d43c709212c3a022d889c32c9cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5040a02cbc051a0a6e5da5bdaf9774d116a1346e0377ffe4c1afb6435def2aaf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4583e28c16cafd7570f05be5eb544f1d92f2ea947e6337b7514e878441cda166_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ada8af808c1e93be4e1665e305fc97bc95aadfc55018eca27187554b4bdf146f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3661d5179d26c73dcd9f7c0b791be671cb109c44bad8511e919ab1730e8cb37e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:936d2d7e512fdc796a7acc6804c72090511aead41762b4c20d45764c243ff4fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6c2abf62129d8ea166b89858d0fbd93e9cf106dd242a12502fc0de8265a88fb8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:bf0f5ee9a593152ccefd5ad39ce3b2bbf4694bd3de3fba6458aedbb9c6b98c44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6b9b731bd9507e7697e44ad1d50b69ba887ff289c38487dcf9b20066fa9907f3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:87a6cbae641bea3390751f6eadff1a1970ba46b98c691572d5d6bdd9fa34e947_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1089968ddd8b2f384bc430585b52186ee5e8a1e87b22828829a5070177c699fb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:29e7ba80c7989be7e504f85f12bccdc31f32fc16fcd1e7de21e87214ee0693b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:461914d5234cec8d656fdbdd15b52645e86f93daa418ec3256299bc41ca4cd10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f656ffb51738a10d70d9d1af4c4165afd83bfbcbf5c11ef474f679c0e4bae77a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2fe414914781d015eaf9502d032c0b38a0043cfd389caf251f44f449142cc91c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9cd0c4ebb507331a0641d61a51a5f1be2ad568ebb06c599a28b279ef4ec730dc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d87f96d3444cae84173c91a293be965356f4277c47959ce8ed0d7d1293489615_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d923cb58feb3af406f8feb717bde1b790619fe6da244b1888fa4b32bc4244dd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:129471fe632942ae1a22e7c49cfe5ee59de8d928751b023ce3d940cd0085c7fa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:42e915db33cda8eff13c9059b0f08f0726a1022e904de8aff549a62999c7b095_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d2fdc3a9b494ab89e341df3c7c12f322ca11b1c39d5c3fd6273cd979429028e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:deccd3c7fa811cd4cb1d74776f745ee071e67f28b9b3af4e6ca401242f38b199_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0c6119b0c781202a5d172c24d5277c4623539ad47281b0c12439972c1795d9bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:86860415d5108ed165e560a0a0e519e29c47d2f4e1ce2083dd41460db06a051d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:882bb1b3716e5aec2ca8bac0e2dc8f55156d4bb971895b86e42df25a0f9f8816_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90ad60cd9264defc0b1e7a3b844035f4d09625335c30a643f0e5eda3ca7fb663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:05cda5570d8281ee24cc236836b07e2d5139290e7e6d6dc59b208c5717ed9f2a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:332451b796c57d334a0edbc0ffffc89ebbba222c73d4ba92751d51e0ebc0fa63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a9c72398e099b68ca1616b3f6bf9f33fabe9f644670603f1c7af8c09e80fd5d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb36d89b927708be8cf6d892c75f9a76c8cf398ecde2e2591a234c9b5674d7d5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:264be604d7b4bec8fec19471245cf2c5c1d2df5008309ba645ced828b2906a97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4861789a953d86c29b2d97e18eecb83bb520d720700e4527a72a29e10653f2af_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:89ed06f1e2a57f34619d431a33549cbdb778808d1a442f50c415b75ab155c447_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:8d30759c0d011b383b22c77b5cc3eef475ba18d4b85096d876bd3f124c86d23a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f0f0de651fb5a953e2ad70c1c5177355047f2ff9676105c20af062ec595fd2e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e6f633d2ce439dd1ff5238e344703e2a79f2424721886348159c9ff92a851fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f70056dbc82a14f317b6f6412f0e2e0ed9b1da0c434ba266e8c224f57354beeb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fcf248521d0310cf32111e240505d033d9522bc0bbe562da72e4f1ee56839c27_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a19d1201dc8a7617c76eadd0c21890344d3cb2362e0e9429984f1e214540ce76_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d3db05824921b0036052d41622fbf27bdb06d471f01a0466ecea0d4722e95fbd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ed480be13ad9076a737e3543d6b32d7834a39509d8b9732f3bc3c54ca102de0d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f2a7c2621f2f7af809d621e1edfb135055cd52a9383b0f70f0ed8d3a0a0be5d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:77631cc60e74130080eb1e1dc8b517cb372f00bb2a35c07e21151adb81ddc3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7d0f1fade819810ba1ccc4d94da092fbc68eccd6b4512a9874c65edde908fdb5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:90f42d64221963c6c26031ad1cec2c553fed57501d780824309e7c1652953463_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f881900c37bbffc24f80b626cdca9cc93fc4cc95cd8f4d949083a35914a01da5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1ef038244543d052d7e09612fda863f40ee6f5da7a0234dd1797dcc561f2416f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8237860bfcba309c178545b2cde3623f7c58e27e179e7f6882b02226bed39ce8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b27b38758afc37fc113f2a0fef8953a636070ca05e5ff5b1af238dd148388308_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:e7e758940c2eca7de3daae5ccb4b9f523721e249e650597e2b90c703ab49502e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:079857ea9446e9f5271915305cad92a6058525c138e95ca9e0d1adc607c453b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4ac70674e5446b39b62ea55337ec0dc9da030740fcf574242631e10a1c7552d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7f1c40559840ecbcf4f8d3efe751763cdd1d61ddf671a55333b4c3b6e04f85e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e380e596222ffd68d1067e379f8ba8db3037bc76db908d37064065ffcbb4995a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1350810079762347f179d485286b6043bd2b5281562638fafefc5a69e19ffdd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3d4b2f4a45104cc2348033b0cf7d484f64113c2735b6faefae766ebb4d3eeb4e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9799d189b29a1ecae7ad2d9c9f66134672355c70fd9f8ad4059feae459e96cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ad4b9241b34dd94d44cea092f8378b24740186830f4ddd607e58a76df54d102d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2677280be3a08801e6dcdb88a5504abb6d16eda81e4dabc58fe89dcb3d47dd84_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4fe48e8653d623d36c61c30f3ee3e74bd7beb7cb3c5c0bde36c92425f1d58c53_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6d6a42f289f1c165acd2b3c050e8d47f36565774780a16442f775a2ef810962f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e90570b7fafcfdd91db48d23d989e80062ef10e7d5f47d59b6796c8efa52c48e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a7fea6d73c0058ab2ab3b389a11fd287ed94bd4b84044ad3845f837327ae893_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:97d8b5dc4d33efdca3fda649bb0b8066ea6708b92b19bb321997dfdc574f026e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f0f69002ccd64f9ac1bec5074897c14106bd71443639a82fa085eb6f899c8347_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:fc4da5c4c997d60ce731faa7d1658a86e0110ec9505a52a9645f4524e710751e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:22e3ead9f2d0ea03f5d72be22245f0e050a7cb43a90ba091f444eb4f3eb0b578_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3f710f526cb1db00c6295fdbff48183817a836df51571859b0d47a51b44ebc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:64a0060b20f29fd362e0c2f8f483da59d13d1fcf24eb96ad929f283ec3a3eed3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dcec86e925a8c485850e2e70661c8155f23019c2581850c3fd6cf428f006afa9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4c4d6cdea9e5e18e462aa451d71698ba4fb5c74476872b2bd1ce5bd8abb68aae_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:705062eb838a3c858d67bcbc74ac91131cca7d9dffb328c3bdb06d527cf33532_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa5612c01cd4a3b8ed4536fd0210bc340cd487f1c5db55e76e1fe0a4d7e1b2b5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f24e8944b9a45e92a87f69fcd0580d5aa58e001533269a16aa4eadd233b57d95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:002df22aba2d028379ce77202d1c3315c5a388ad009782017f296638bcc92baf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1df8cfad37121aa9085061608a0ed9ff5f1b2e0f086327a6c60f08d02d96d67a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:595755502c0ccebc0dbf45b1110c0929225f2cead797ddfac4fa7326aae7d7e1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bad8b70f017dcd55649ec0492dafd79465df3a03c5bc0302eab0ce46032996c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4dcca96cc1098fc9f8caa84312eb5bb95bf9b40f7e68fbe70dfa2f036107b884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:657add69e06519483bf90b2dcff496e4889ba8ec64fa33e3ebdfd6105434c990_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73ec6fd80327a118d597e9eefa87c412697f5f185ab863e4e8bddc7ba76f8f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:dcf859533f81abfe58ec450ac787ab10a4be4957878cf8831b55c46bc1730b8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:066088b2da98cbd11eba710779b1702bcebe5f4e0edb1e5a1f3c0d106b70b7d0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7e530b897da0bc9aa51c4a6920257180a688d09a96ab11527abe00ba80edfa64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:81f1aff427d871000989290ac7426cd95a27c3cd60b500299359419de7d5f93d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:dec881a4aac5b67c752256f9c09972e2f1961611c43c7207fe2f0e4c654e7ff5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:028c18ad9223292f157599278a707dc680362f4ba99777a3467973c9ea340a38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8542a8b0ea2f04cf946a25c99e4ae3a6eb005d945ee6e7aea2b1a40e989dabd8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9230ed02e156ea37830a8507b0c9c7ff02bf57ec5ef89c739087d6a28cc26203_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9d3d22ed4bd736dd1b9327e9f22b9a605a58fb43c96ed5e444c3d2b04a0dac69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:0d072ef32cfb35efa4839aa9322dd996f6ada6a1184841b96a0c5b988b2679ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:36bed21302e6ff144c0bedfa6aa8bc3440280a9ae97def92e3ffa3d413e827e5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:48bec9814177fb2105f5074aee077f0264264caef7c941231057a066b13e390e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ae5617a5b6c27ab1e98b436096973f6427547de6844d2ae37938091d985046ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3980ee9a5225a9fb98f8e049d306be2ee1926214001fc0fc4d4c24d32276b31a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5586c68d5b24816e6c0dee04ab488df628daf513ff9893d01f6995fb7e438faf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a59a3ea1a99e5441d0393d23931b1ad5e29efdd9bb8beaed9e1aa11554cdbecb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ee2842763e89d99d304160a8361dc4dea2a39fe70ef474de79c81fb8ccf4c1e7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:40c26d7dd8619a2a8327a8ed64fd475bf225790d2f081dd388c90a58848d4ee0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57d43aa6bfabd54c9bd9d5bc3876110d0e1db7afdd57586ac8e45ab10417fdb4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:94f60651dcac465a1e151baf3cba2b937dc1f538e5dcdffa6c15b18344f2db3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9858c6a18b4544829492b23c8d512c1ccf59bb85accf7391d1757ea9927b2507_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:66fa8744b4b13c64d1e9cc6e77ca70750cbbbc6ef1af4443175167a1b2de4e87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:68da2d619fc6e2b9d63b41ca7e3a0b193eb5e5ffa7d4a21ab336ee0fa8d997fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceb3ea1128ce5f5ae9f48487d1ef8b6552eee88323a067ff6ee9768ea2f1e206_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f28f5436cffd9acc7ec22753b8f4bfa82d825e3bf1746172dbcec41f3655d3d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:06779bb56ab0419c1b0d36cd30edb4badadb358d1a3f65577ad5bdf60506477e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7dee18ecb736932e926df2c532b89b5950685d783b2b4bc15fc086c757e05c1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:de8de86461faf397f24cf39455d883790bf3bef7e104fe52133e20b02bde0b5f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ed945132007feb6b0f66ac87a937a711ae810b817de8cbe1b76711fb6ed517bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0ed90f6845b90c3d4650d54a6e7023392afdcefd349e36fb4e4507c800ed62a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:220ae5ead3716b681dd35b1b64079ff6ddbba18decef051da11d400f92550933_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:83324ef8fcec6aae3c9b147eb0a7e1b3be1a9f9ebe887f9c433394f3c0d2732d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0765a3e14ec571e64cc73ad38463a6f2b920fd2dbaea89eef600a03b93d818f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3a3f29c926d1a71602d819c305adbe27b018b475b96ce7eb9b18eaada9d6af86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c51e188cd633382562c9533362ce46d8e58eff13cb5589ca629646d9af61bf8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:55bf19160d64126583b80be3c174b17d0c6ccbc0e68c85cafbc26444fad71cbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f7e0e95b4afb246ff7529f564c48d8f3e46d8e966425f9117f427b2187fb4508_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57d040a42eb53bc8628369ab2a2ba5e8c0896116c9f12135c2c7a1f05a94c6ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:93a923169ce1ee4386f9b3a41d571454e42241859f6aa6c9ec1dca6b4c411809_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a3a817cb90c63298a582d4ea363562ccbeff42a108965825bc0233542fa93791_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5393160afedaed0b82f39138529a3e63a806cc246aa2d401e338cceaf9d8b5b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43ae27e9b01d50ed25fb53c1c2e4f64aae0105ec32e74b75c8eba1975f0358b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b283941b838ff846df1156ffa281df57ddd576bc84ed10e2faff276b0219955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db1dbe2a3b44fb9244db4689f89a424bd9d5ce05072614ab89fd5ac60ee1ca13_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:edd04f343ab4194bdc35d712025a89ed3d61753579c4893d97676d93361a34b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0b863871b996f99297f6913ac184fb128b94f465afed0e08df43c2f3884a5f6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:26b105990887c5a600b25a170366fe9a37cf4dab1aacfb31296f28c3d976a8d8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:38b91766a9c009618a4929ac9670df23666e542089820098bba88df4bcb6f04f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dcdfb6cefad3ef1dd6cf32411f64e741bd6e9946359ae5634a95c28f21f838a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:073b35ea5461eb781e9e65617e5d449e4f264b490e170518f955d953b06c8e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:50628c4bb1b1fb8c9c4b10ee830737636108d8d967ec8df9cac574cbc10e444f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4a868d1f466ca7c0cd12fbb5b2d9fcd57b119c17920d3a3ad3fc271fd8e29cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d237f05760a46b0ca5948d8ca24247b62f396672255b214747a214f5af6e3ba3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:32ad04f0c875d19ae3b6e605d256dd99c906e1bf67a3427470b9ea8a0aa9b4e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8e0b27fea4e8f371cd94490a3796938064bbc43849ce3125146fd0c073855652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96d551fb2e2ff7c6f2c42368499f967fe44bc268c011d18978e85f293c317bc7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5cf8665320e7a505fea6f14f130e44678a40a9aa4fff0000bc0b88a65c7d911_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:31f4426d31dead99deb8a9c847df14ab93a1259f8151b2538cc7fa3800cbf923_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6297cec9081c23b1658ed939968d85673cf31624b8cc9758f3bb722a79bf6594_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bc3254cb7aaa19cb02251b69b0f8d812a20dfe4b8f6ff0ad4fa1866c84e6e819_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e779f86b5275f38b0d4c393fbaad2e8b02950e03de9620ac79c735247c69ae18_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6cb1e83fc10b0f25d51872bb3acd567fb716061474d285b112353d29d2ba7d80_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7d35d8189a5c67d9a1467d3ec080f76edda6ee744af85a23962c51d1e9b1d709_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab3aa1ca5abcfa6e6ede8a81675093e2d1d92bf58ed0d9c9bdb505fba27c59f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b2604f5db09d8075fb05d025d1d2e652b89ff4a0c7277786b1fe2edc01b38597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:582a6829822f50c3c10b715fe097f313e572ad2c20599df7eca8546b78102397_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:67fcdd3b778766e4d4af7069c35c4932f739b9c7992e81ebc5c27e246201f736_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bad6adc49a517a9cda8351e0864cb894d2c0200fe2d20611dca716821b230a37_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c3ddd38c87e3ff0ee0e881a9ba330ec110ba396ff6aa61c12bd397d06a9845b2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:14abc306d7f63b16821732a58721bf5628000a779000f968afd96b3a91412469_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:75d7a32fac0b3ea7f7fe8541ca465b1af5f48aee7b7491b72bc06b09e2f8ed08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a68c660ae8eecabdcc1d8fcba7508b2bcd50c4a375740ff7ed0baa51976d33da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b24c48a1d6f6e992d657ceb7aff49f9a94c4038b6da603a5616a2ddef26e6484_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0950e7788f93102a775736f380d1a1678d772b353a6d45e37295164f8e6b1958_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:790a6bc6db90d85ebcae7bd1a3974c32f022972b6795df38b60e478cb2189e7b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a4d609adbca5915d08955081cc23030fb401d4e22720937ea24526f9ba44dae4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ecd4ee7a1176a302b15ce61590357556b54e1891601f066ce2a73b1c192cd388_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4b2066b0571ff53e7c63a65d10f3f48561786ef4140d2be04559675034758910_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa4bb6261882265c65fc1170ca9478d4861cb196dd543c566ee14d04b7ff8abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c624060792c376a3101577337bd87ef6b77f092335e0ee2a6b066cc2d1137130_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cc2886f50adb3d5ca892b32a74e69d75604ae0f79d0eb24bf4890484edfc1919_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:246cf102c54e2cff5e818d1b658bdf94624e3b4a06cca61daabb4a81209f7b45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b4dc31afa5594c2dbf2f32d710c36f91132d1b3030d48a3d50d235ceae50bf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8839e3479bdf3819a56670aae219e190375fed02a7557366bbaeedaa36e97777_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:fefeb4a35d5f9084d0c7d83e0d627ee588eddaca612ebc02858144fda631b16d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1c93a46ab85d08768a7454bcd170d2d0ea595021c77fc2fbc605c33469d4b215_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ff5fe299601ea9d16c83c6804685094a5135a0afe14634447e9d8562c840b49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c1b2833645e70c0522a4ad0fbc5f1096ed43365c88009f918b91a84f597c2ac0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:fc9d7e7c7b66b8687fe207e7793fb70b9e06ca0e1fc4b7c4ede1ba33ad5c020e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b0655c6feb7794fc5e9fa846df5bf8cf6f7b78e3b841eb6f3d147fb9a8674fe9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d448f1748c73759fcd3107799f6c5b8db573d69432f249ce6e6d97a20b68e364_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e5483d0b6490fe076fd77306deb68270ac6dddb3b5d5f86885fb4db2b4d2d785_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:f8b07c02a7ac893f7e9342b8712344a3df5dcbfbd247618478c4bf3a2b7fa87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0e9ba5ae6ecb1925d4afa1555d552969d41ec9a6be7a51a298e9dffce45fea95_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:120b57373c0d3d46e96ceb184613c8c85e9023a4f8be9a181207a2cd625d36c9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:54d0e4db638bf3461a8cd444745295aa78dc363bc0a452b5fddbbfad7ddf34a9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:af7a03d049f16d9702cefdd3023ded9bacb5ec964bbbfa9f23931d5e97e8b8f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9e945694f0c354e3cd7c38969376a394cee0b37c365d0a0103e699821d4773ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b75cb3d4293e2e51f5e4fbe297532a978386ec23757c406cda4beccae7fb3c05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d106f4186a0d5669a03c45e0e13a2504a683494439db97f4c0f0e03364809f25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dea26b7212f68bd05aae49595ece4a442cb306bbfda5d69da8d634b875c870ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:25d0c409a2b2ad926384f9820083fc66fd9cc94e2a91f7398a1d0b67c39f995b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d62d3f6094f4fbafef554f984c29316021704c79b83b07b811bf5777d40e94c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6d66d598d56b94ac48ee79fcc1689a42f01fac275e580ff8c675ad2bbe1b5e86_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d8758a731477001138c756aef7de944506db69590374c31e6316c0cb57fef898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4ca89c81b23abca0cf93995f22124a23766d7464f1a0463699ef631cb19674c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8eaf3e797fabc6c2e982b977a31ad11c7f3c9c2142c5a6d35c001636e9fb4796_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a75d8794cdb64b48b7cd007ffae3f738e5f7053b7b9bdaa9fbc3073e48d98a3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dc1bec7c5c9d5426732278fecf16bd92b917c428c659e8d1c6fa9d4022d692cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1393035e5cc9f44fd2676684219277539d2401363ee28bce4af5ce27916bb9c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76fec96e56f5a1b1562c7d933e00d6b6301a85fbaee734608757855bb4778ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:32f5a8a72cce20794907b7115fb9728dd3e186b0500f98f49497cbd53dd25578_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9786044b40486a3d293699d8aa76e02e220334c73c5369ca64d18d3e17802165_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:315ae7c84e31d4a178dbf44e4e208f3f9eae0f5f3569ca63496e2ed25913c965_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:e28613255ba417b40ee5280f7cc98cf447ef9264c19ca65fe04fcda84963cde2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2d55eef3ecd3129981f27ad35c1fc5d4dc240a6803be60da9e59c70741b8c645_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b2d7d8084cf6b9ebfd592dd0e9a4de60b19d4a1d60c65b02d376c5e80c18d104_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bb5fefbfa98301454b4d57e978c1c6e9db44ef757122a735f61743af62e9a4dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:efffc2cde252653ef57d1f2a256008f63edbe6022145f84302bc01570a8403d5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:2cb01f859f2ff9383467345668bc16926c810a552c77d067e4ad000ec9506f42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3fb40b37299e0f707196d525b131f3e62ba6b36266a9390e339f9f4b2719331b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:756a0f06f3a35d2ba8d50b42428a53ce299df1e4808483d9ec76f6ad55790085_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9349dcfe10db5d7ca05450b32f8cbd8a73159068e2ace4d3236e0ac13ccf35e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:62bc541accad39c1214847c462fa42bbf8ee3cea89e428e71b8faeda96a209f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:810a1050daf1a6f7a063684b5dade3adeea7da20edc42cf2bd9888d5cf461507_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9ffb919975c2dbd4845c5050a712308f6ae5e118a4784d1e5e81dc5778d77320_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c1746277261ae85d667ee9504cb8e8498bad17da6f4a89d08992797ae196c4b5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2af6d3e8950104eb2203fff51cdd99418d427a45b42d611ca6f992770fa256b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:728868e7b7b4fefc6d5a1e7374bf9a0250d843f374b7a19d898fcbb7127947c7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b87c25637499e1c58c6aa25f11b3ea155e35d21a2e0e83e6d684e79c2a21d115_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dccaa48e742ae0c52aab439975b1a5dbb9127abbb46baa37542e2e28a2dc0098_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:34689de4f996279d60f5480b01476eaf830f873ad847107b40727f18cbb63758_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6b71df9addd74da72bf1efffca411bccaeeac4a741275564ff1cb76c31756cb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:75e54c6beabf46bd4dc334406124d57061215b16deb6c900439b1a3c6cb93fd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:85898227d2d17a54e27227650d7373102d3639b84594a0ff8f0d0a0166b7128b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:04d4853fa91054d70d3a901cb7b2a5e1fcce4a9cd45a1e9216037b57773649d8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8b85a289b53b6bded08f8ec212922c6587e7bab3627c632f8247a0a0799d0aee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ab3d69bc06447dd71ade03bca39b69d1e8370b9910b283b96768613a47992d76_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ccfde1461ce4f6a60cd9d3459207678edcb4bc7c6a0430b2fc89878335c42596_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6a1cf54dfc46e3107cf5e3b17572f7ee4100b08d8b3aed898127daa4517e46fc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a8660d194be7f1c733126e66640cfb98d0cbada236c8c0187a38ef9c0abace07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:aa3c0e46a2b247ee29842e1bf81b7601be7b25c993539af14093e50767622c08_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dc6794c5e79a02d025b945b7911af163f032bb99061e6147aedfc07c0985afcc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:27a1215156623263b426feb2484b0c036aaf35207cc281da26b03c65e29e2286_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:372ac8398d433b5d51ce8ce2a8fd2475d35778ab342c3d9c36b796d2cb1c6056_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:95982fe7156ddec690f02034e5cf75bb3dd8a1c77ba1131be90e52a75cc70245_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f5942d28e0e6590fd3a84d71e2ac885dd910531f11a60ac27376665e793114e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3fe9e11d338c8fc7737b2acd299454bedf52d337bc98ae14006e8bda8785eccc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:563ff870e849a2430f95f9eb6939d1325502c1808e24feb79c466468d9e9c39a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7726c7c64b12bc00c7d9a50b7972c54cb3424b11f5f67c8241c46991c6cd76e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:870b0575756173008444cee6145084bb1dc9569340069fa15648cfefb1273a3f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:152e849c353773cec0e4fde2ff4a77024123987878fea42d2bfb9ad41467fb62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:63e1ee2e97849de5469278682ddacf7c2310b123e3c8197dead1099a2ab7f23d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:706db6878424ea819af02069e2b340cee61bc80584727348525802e028e10dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9fd40151a90d649dca1f0355e32bbe34d2e91d1eb8049bbdb85720dac0d07b31_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:298c1d75a88e6145d4f9f0dd86fa7feb03611648a3e39c331a630af67c65c2f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a81b21592e57750b6d8e27d533b7acb2206c1fbf00331a390d1c621403bc33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:853dcc01ea6d39eeda6f48857fe62bd7612b65c4c00baaa077ee701efdbb2f2d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:aa05d64cd9cc32ec7bf6d32a4fba8ae7e5488c13b19284d6a316c466ff07b55c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4c1364c1953c31c28cf4d87bf56be32a20d74e5de4e49f5e34e7f906287aac78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4f7d601dce0c9b7b1d4edc2fd940c93a6c57bf5cc554d2cc80bf4c36fa8d304f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9829557e67bc94ae4af51d517ec2135f650d7adf9f510d46094967432da08a36_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bf61b3be5b400f61a2def4e688318bedc61f840da9a8bf13f30e2e52a2c42028_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:36106eb5420ab180430de30b1af28a70c54ca2e33532ac84b5f4ad97776973c7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:610b8a35081abcdbca145ddf5cb18485774977ad306d09be8c48eb48efdbe65a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fe3374277c31d8b0ca177003d7f2fdef58097d6c0f7e684358ca5ec498d86e8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98f89efcd1746bdd91338ec0ead2a4aaae3d464e05e902a25dc2753d42db5c12_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b42828a89659f5902f581d6764d0f4c350317bf802e3b6cee5c9020d01a30ee0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:db9b1ba5fc44fac6829e497421860608d2cfa489196f599a888660080486ae38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0039c8d216c8cb5a9e3c828fd007ae93e70eb174cb8a5fa367a146b1442d99cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:71a2f51a8e90ab81defb54902dd88b5d1557812e244e95d2e7ec8624b986c409_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1a9828e4a8544a6a0fd5c39298eb213e60fbe49d65328b44905fb852c63895f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2dbe2a1825e185e9faecac2a36195f523b74efdbbb1733cff6c5919991bcba4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c44671f433e4040819a2586c4ece20cf5427ac70155b8e3e0af8841830a774ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cde64e1216eb73188dabe431a4bfc1d64c9624a2582e534d07910c0968a31cf1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:295ee351f218fe3be2fb62b9e8edfee6ea271d7c29bb8a2b0af21c17ec494e77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:86dd2e9382a696c52f03e8514870ad6c179f710e81c5976bfaf34041d60dd80f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:964264b8d5304b1c9688fe04b16bd503580e137bfdcc46fa17016ccb1dcc65ff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b9b18a189c5bda6c4670b84251d08ca47abdccf05b19928252da568cb796e6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:062add409d205f48ab2e5502d3485c348adc1f8c39f87ff211e9f569f56f9b81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3da0595c31b3a491a95f5dfba39125cdffaf364eff424d283c41ca930fc69af7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a19c33c1f36dee1c056a34552409d53baeaa15232aff4108af2c1276717e229b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d071ecc89056ca7d41ac527ab17a38786c0f1d1a1695ac8fe88fed33cf285b26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:08e62388b73e5a1e94f4d806ab18a641970e0e1a8597578981441c89d14bc6a2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1a121f64fd8ce6cbfdf7f3bf114c10109434d30bafbc4fd910afdda2e1e8577f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:28f47c589ba6474714c87843b9e85e12464fd3c46e8ee256e6f52ac1d285da60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:72742111dd6f3d2aca8647f2be83cc1934400f0535af4bfbd99ff0d15a4d90b4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:03a7303a34c785d24029d1eb56ee5d4603fde065b11a69b1d8921ef79b98a750_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6946a9ffcc99f585b2d596379504601fd3fe443e4d2cdd58dfa10208e1d27501_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6bc6323bdeb2dbc50a58f4e70f1024db311d861533f5427ae37cf600c0ad8061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b48532c3ad8e9202f7a69e9a30fa5f5f52be576f49c561154124581471e586ed_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:90df0dc623f7f654a9eba3b5dbdd6f9f62daa1b7d6e9531722428f690f04119b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e3c73ba0b80d326752bcd06823b69cac75a531694b193ea9247384f7330601a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:5c54cbc051fb60fbebe804487e94554ef738cb679bfee83d2cf83f8a26fdaacc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d3c2edad5f743036f72a171f01e338e2e37ab1f30ecbbe94627272050b5575c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4d38ee7bf7c6967ca89b1c58768a198453ff3ce24f1ee44db5038f6a386d1007_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fe9ad2d669e39df023515b24c2ca5a57d639d489d1da21cf3281bd5eb8b3449b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9a89295cbe7879438f90719d6cec349936067dced84ecb7813d11dc6316a37d3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a85169465b210fdde8cb1378f7dd3933fb5d486e2f6041707698ff2ddc25fdf4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ce385a806bba94d786a97cada2ba812fa0c8541120f128842bec48d31efd26c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:369696ccafa374b9f015d6f63214928b69af3948f9b4274cf938ded6d6659bfd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f100ddbc201983999e30deb4f33b81b847e67bbf5ba41a5913a39a8aa638ca7f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5cea05aa2fce2effc936e8d48767b26601fae6d9983cbdc89c59d8774dfd9abc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:daa51180947d1c65557b440dfcaee5de5e1e473cdf2042eea292488441b68bae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:64f64f5e8612a96677da50fec4cacd6b59db8c91bd9bca915775f75337565e3a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f8a5527685a71b60abde99e798f8dcc6cd0f0203158a10568e9f6da19b774f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d8431e7db38884179c48c76b9cf46161f1e434ca776231c8e6750fb4f430626a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc69168a10495ca15ec420d0bcc19d91a337f3e39142ca15a583e8491163a85d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0877f8af1d65a19aa50ed8976b2da7289f548b8a00ceb06b1f7df3938a6268c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7c9b3c5fa2178fc53ad0127543c904ca1ca5631ee47595e8e8087471dedafdf7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:af9a6d1293748108b700413e46fa6d2e8394788eabd5e080d9a402e46aea19ec_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c9d4523eefc114215949a2b989f6de1c4729a45cff5aab251d67c1cb1e53da91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c4da728aa5db4e638e25b4823e2ce6f58f8f4f50a948a2a6d6f95fabdd1f4e8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:245895325df8e7972cb3537a0fb3d306a7704a5c5c080d09ce7175119c2f9809_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3609f59a59dd99757de8ab7d3ba71784dd230639549dc22e4274a4d8674f190f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:490718b6051c7fc911eb8a0e1bcb0d63ff6c5f7c7df6232d2ce276a1b0e84993_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:251b9f95e369d9288578dc2be44351022cecc0cd19c1f1e827cf8154ea8e228f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:824f2872eff2a7fa9c6d9ed062a862243efd437a35af3930d05ddf0409b5ddf6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0fd23988f8a3f11ea7abeb1c84e6ed2722761c453c7ce1a42f038094f3c021d9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8e69f22af6542ce2f76f25da2dd92a7be377cf94b195312307d4d8836e4e47c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:14993ce99f5bcff5a5ce6098c0fd6f7a47c42c9b9f607d0e461cb8a5035762c1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3bbcbd28ffc4bb71506de819fc2889664d1ab853dc8cff3b1a152ef362a0c8dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:6d1f1b07e13d0e3651972d3c6b48fe109de00fefa9f7470b2fddc5d25ad04da3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:eb8769392df4c6e768f21ddef17c0945a29ebf6467a2a2864d32a094abff7db1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5acdd01490288bb8e71bd4a8f979bd5068e1c728bcabd576915392a7e25d14bc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6aaf52a2530999fcd5119536d9028288a4636458a6b233d4353f37ce70e8a370_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3539cf6de10d9eb94086d1f375a7a5c90f3dbaba081c0bf7067a6d8aa75f7f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f8c689635353b2879c56b383f7c32e8b01cae558129540229a0bd07655078d71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:51334012d1c52e6eff4c84f8ce4cc4858be49070d7d01ff439891d589bf28231_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a2c12a5e61b60d004a0616fd89b1c1507419fa5a64f7370a3cef6553fa466160_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b7702bef121bdbd39ba5590a40f4c3f725d0d6e9da6ea0a86c8b3bf2456de54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f417fa7c1d9a73b2f4b12d2b65a748c1d52bc3c2caa58102d460bbbe66f046d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3531cbdb9512d8c734ae154a9694632d14e60efbc06fa3a68cc9bd1180a8e3e8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4b69b69236d6ee41ccf24422fa7c407baa593558378702b7384c7c01ff21a85c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6bbc2cea30cb038f92dc5c0c7d994ef4192614f93a491c93d37563c704bb84d6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:95860eda2d6e002710df056aa9d439f305a27336d42e375294bd596ee87b7adf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:21086163d64b567e28a22d02920bba8a3d80d5a9e744e0f49dd8be03beef81d8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3a46315d12c46b72648f05b6a0e5922f2f81e23a7b41ea06eb2bf3685c85b42e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b303fe2f082c1ce6bbcc15c9ede524f602e541aaa11950add89f09c98595b688_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f48996ffebc6f066d25c813a2f3509ab54b6d772e9e9e2171b90993fd16e6234_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:28c2d6909b13e96a915ae6df727c9ebb6df3a62d90f1b460da9d4cc2d85b0470_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5563a5008c8d3f1fcd870b4b926912a3330f620cfefa06e35664458d4013f5ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:90ba12ba7ca5ee59968b770afdb405672b640f700cca06ca61a03148c57feaef_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fe6c9176bf64ed763b52d2131bf6d5a229f7af4ba386dda00081bb6c3a3b6506_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:07b67ad3953e23f7ee03a8ddba5bc715d5537318a1b5e3ad8f9c4585c8371e98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3a8793e581636de97623738f7e448bc8f7e96d571521e20e56c1a8ce942962ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:902a6a5fc41d908484d3b500d79cca2a53120077da2793e55a0493b11ff1ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a6db524724b3b677518639f6abba485b208166a678cee53eab73b5a3b5255994_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02c2975c33500b7fbe613f0df351d7e4e182929e559c96dd2640448fd2defe30_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:944aa629155f7178117d9a0bbd7bb0ed004d3366fbcf57631fbfe83a2bc368c6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:92da519b676d1e67fca18661be99dc37bf6dc8b495e2a8f6014bd1f73c0ebd26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:dfafd888a7a09128f78556376c3c251476d2d77f05ca4b26a9ff258bed6f01ac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:85c48e3f950dce59f87dc1be8e3c1433729bd04fc12b27e67b77e75a8ee43b02_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8958a225c683d088b8d61c47aee01eb55aecafefcd493d0f09ef942caf6b4377_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a9c3f849a0676ae53d5f5077de8084eac6ea8e6714b22d2f41d343bb6268b1fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:170a0fa5ed6b3f68a9584d7228560421960b4daed596868e7299de2086778d98_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:27be7c5c96ef732c94be0ae9398bec6b7c76b63cd8b06dace31bc5fa5503bda2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74650f5b5aa01b9c3c8887d1ab14a5319943dc1ef8315f1b3a18de65183b244_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b6245bfe79da8c324bf6f1478b1451a811e2fde0b0302dc73991528c2761c7c4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4139f52b6b64a05ba30beaf85f51cb7ea38155c4ec159c93158221f32908ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c57a100542bb2f8af55a1a318423e2c819d11624d451a18b9abf8e4f55cc23c2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ceb73e2b8f7f784cc5aa28b8f9a7312fac281412a56dae4ecc6735956594ad45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6175e05bddfb887da934cb42dbb22d3056265279d368657641dbd3903fd5859_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:013562ef043f1c003a318e5525b75f4957906c919271e824fc08796fb5bb48df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:098412060e228eb7f3571309523b7d9f467c5a92e97b93f1aa0cfd83db383f5c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2b0144aa34043c584bea13c6a4e685d8f7239e28d3ebbe663d676ece7a336cb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5eeddd7c9dfa7b39e89dad620ac7c87e8182fa59d09cfd8dc793e631dc8c4b62_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:47b1e4c58ee9a2dfce14d6fcf7dd268670386a6411a55509d40177bd3b0899eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:48463c81c84404895b5f00bad565b8552ecd40c77b234ef2cee2c1b23f00912c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4911d2827f9bf5a0f7e150f9a9280868389fe707460b473575c7ba9ec4a2c2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:86e0e514f1266018ab965ae3b77b49e2c12e96cd4b9c737f11ca766d1c80af92_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:19bb51036368e1151e6d93f136845d115372ce6d56c2867dc7263d6ed9a294cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4c32a34b50e0992ffff6a6c46bcbe6d1477cd0e8574c977e6dd8b93a2bd71c77_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c1036e88e1b749eaf44c78580ce10ca9bed67aadda6ff1709b512225e4da48c4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e666b1a46da824ee8ed1f51d9518e1728b9ec04680d4fb506a2a594392d5bec3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28249cec10948b0ffabb23d57d9c4d5ba8dbf70c8ce8a36956e6e41c16b7f2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4fe4cac046efe4ce8158dacd1a025ae658db16e52c3a3159610bb8723ef7d58f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9481c720231b8bb67f2435fba83853b403c758f309c20f81df20f5629a4125e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:ef938ec380fba377a574a67bc66a18ccc7184eb65944d6a40a33f1565a6945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:1032e92a1dc7a5eed14140be10a12dfca5b988d17b34be909a7ac29b337935fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2619e64609a65fa4e4f0f62094174c8bcd868565ba6d7077a1bb5df5899c420d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:45d3754ef2fcbf5b92b39cf992685f03eeada8cace299947e50a1c8b814caf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ea0843c32a2dab602abf76938bc22c8f06e3139c8f6cbf3fa359f55d9c2e6348_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5723102f6f1ec248bb413e7031f5bf4af2b7aa3bf168d498bb7c3580ed62618e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8557e24fd25186f1a865242065236b85a9aa16ccdf80740c410357ba7207264f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b2696f2b5b3f507768dd85bce4a5e87e73511f100e30c4d1a4aacfdf6b233be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:db0ce69d8a3f370bca50736c9f9f405b2857ff058d214d338f87b13ea0e93844_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:43fb02f12cc7f7a5496ca30ad11e3a7375758ff9e38a24293aa164cfc0e3e0ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:68e254af9b0a42f1399b79dad0c7c710a29f118a563fd16f4d6d4d8dfe6ec791_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e6f9cc2a264d2cbd36fa409bb848817b23074a65575fb635ae0e2bc9e6da5010_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fe2301f72d7126d9c84c86047fb6dfcad91b7d162700b2b9739785be70b7e34e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d690f0774b1cc2cf976eabfe89cf7ef61572316fe8af6ea071509d44412653e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:656cd5210a5480626283f0d59e8824c5646b4739202d06ffa7f6ea3ddc138a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f90150b3dc8fa1d5840c6c55adb60fd0f9a53686bb0711e9781ad28a97badec_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b461f896b98bb85815039629d8ef18acbc59826bf021092dfc3e6ce3ac73d11e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:39645dff4db76fe5cb0530c0b0bca9c84c1207c60eb573b423604ccae459366d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:4d1e86c45d7afa4eb0cd194f31784284784a6afd88f07f9f24c107d14bd48a5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8fdd32c6d5e28c138ef8ddf3dc384610e6ef85e3d241b5c22163c787898ec3eb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:b1cb1f3f9bb3cd196a53e220952c629ea8dc35e30c1110705f9fd1016a5becd1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:38b68b3dbf01ed09e2bf655c1ed76bbd0ef7e59fa8521129d0cdb260381f3530_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:8c78266f85f04ddb4fcf9277b24b4072f5920208cc18c9d6276fa0f6d72ec4f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d14016c2f8be2a0e84929b4fbee78c7ca18a392e88a8c8d4b6fa061dabd2dcde_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dbefab2c135fb44431376bc8e1b5c32fc04e61373da4d1e2c860b6c93cb81975_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c771e29cbee9e89c95bddeaeb37b74c8d986eee51f0a1e6448343b8bc02599c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84174d5e6b89733c77584d02e68f03864aa78cb00bcea0450e6a8b2615f22a26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cebe7cbababd11ae7322b143d7cbc9492e63f91a06a4add41363de4b7ee6bb68_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eca84bbe7f2f50c8bd8cfafcd7589e42fa1b223b819782580176e0eb0f5803b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5b0c3d11eb635e5cd767ee8d8875a8dd2440bef70fc8f8b590907ec082509753_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9d3d2ceb685cb51bf97be11d664a2465afc8d9ad7af1ad567c1b564b0fd86d89_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b94251c7203d27f9a2eb454dbf982c4954d27189a94355547f4a4b58fff0c322_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8b6a41367cea08bc4640395fa3392546975d9845af42e6e624a5a97cfc88faa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5588522e293b9b3fa67c7238ac50d78b5ca0a1f17c37925698d3a7a8da7a4b7e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8a9a308f0d6a93b5e503e05e8443e47de8d632c97ce6d01ed6aea58642c291b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d12027a7b592ca96f6b1ecf5bfea16aad1e7c3420829dff298d89c40e3d570a3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f6be8db5ba9c465f97ffc4d705253a69b2d7d63c3d8d101f0bbd609033c4cdea_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:15516b07973f5385e132e485e188d38b88a4a7849afec7272a4cc664f9038d5a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7c946026731604397631c26c2da88dbb5925c14aae10dcf8378205ef60876b54_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5a8d0da9a7966e8ab8e78666629c5ce5360d83ba01522628a5a33b93564c7968_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c1ff890214ab72115e8c59ac4b149829983e59c1348e8dd997e3b2ba7cdbad63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d03fa7e195389cbcbaa79dbd6a7a3ada513d4eff3d7a20dc8118b2336906b6cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e9bd54f521a9798002c9934480d5791ce377770a3e6b0a9d31d5ce6b16bc8e40_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123d37acaa54ac05072aeb73516ab0d4eddbc41dd829e75b9ca7472d4b9766df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:226ad38862b86cd05a686b3bf208058c6695af8879b1a1e854591ea8f82f5bc9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6ab6429a60194f0e806d080e9ba2da744d35cb33904d8551e3b8a21024a269b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d9b3ee502a562701f202511f08ab51911ba44dcdfae38d2a708ec629fb604602_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:76620fcb8b4c5f98712284a9a3cdac846aadc51ee11136507c12c05487291614_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:97dfac3f625329f269353fe6becc277cac5196dde90d4dffa0c9cdf908adb3b8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba326caa19496a1e8aa020495f84640a00af29eb5ec487dcb65e7084c99b6f7f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e12f0cefd274320f068efdff8c1f27fe623412d38d03e7917523b363ca6c22dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0438f03f671734212c05c1b79dcc21a45bdb507f7536615925d3dcb91b490af6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:50803505e3d78bc4d9e80d82b943aef6672eb4f69e44746ae7e3983f37ae7187_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5db03f7a03a823ea2f66d5730b595ada64445cee6923e9d16cd81db61612822e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d1251d46ce652865ace49f5f25ac6c76bc931d9303c86d4293a094220d99e4fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1ba479fc1dad598a1d436e5a43fae379ff4884b2c807f13a5314b93e41e039df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:29d21e0519c109402440e632661490e4f5cc928f46f42e39d3e88d83f60c2b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3f2a0a9c89faa180c33ec0dca10baf23b7e5556617c264935e132b1b07d58663_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:625211be269d6941b32a2de4e46a4c5a08bb5b32cf8c2906f5971a12a4401e22_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3652dfabddf5ba8c179ce722452b614da6742b6e1cbd201d956a7faa7c303c8a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:67ea4a7860674b71199f5cf5803c4a74ffd8edc1a1a0c27a9b27464bf3f2b1d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:96bbf155342fd3d84888054781aef6259097797afe06856646bfd6e2eebfbd9d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f67555a27ec53ae276fbcfc7e63f77ef0a3d79a1cebfe72501462d2b4e48cf84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4386cb11b6973e3febf846b2394d73e69cdc22ed75b8451571b65661e5c17c00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d4bca54cd1a13d86447ef7a1e31cccda52e73929905d787be7eb9ab127dc276_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:97d074f4f326c87196bed249bb7418d2ae96450a6466f59ce80afed71b2d7a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a08c6047d067753b5a9a4e11590d082218ce169e4c6db901b9a325e85b949fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3d9762437f5f7247f0dc502a2569349218ec102cc4ce850265ae2e6bc3ef3cf8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:48d7fda65e3a7927cd10c12655a2b4f8040c99cb9f793e60e0664359e9fbb204_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ba1fc1d9674580cd19ebd94e091f8ca127b87375132351d5fb9f9a497d965634_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e9d51667dbb9d080d8a1a68155c8e45ed4a8c007ecb408baa0e2b7ba2eacca59_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4b948b3e1bc5c4591ae4e5bb3220a570887230e2869518efb159198b749776f9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70af3147f5b8d333e6503a134348a1223fa8cffb3fefb1539d0d21c18120cf3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:995be4556e37124b50ffc7c0a72141de592627bfc0df71a0ae907c505672acc0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:dd3fcf0fa8fefebe5cdc2505f71b8e8a4ae4fababcf7bacabf9992619f981301_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1cb99757528737d2d1bdab7408334d34561ba594b23c276b34a0bc8245583b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4056b98485b605751897edd3998fc69449f6209f72c14ebf15159cdfee7e5664_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8dc6dae8b42d76d326708b6d00d5a9aa2a4a443ea1b95fd2433cae96ac2745f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f4f110cc95497fe32b6b7e799d80f796c52e868993bb542a538d002544368ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4cfffd256b94ffd26c675fa48cdc061ca94c22fb30c8039aac22ad54d2a47145_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac18dbe0165f220dbe8d1e11fbe9d9285edbecb404ded0b46e7915576fa7007c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b7aec6ae16302878f8b99e19f5df403719614590e89deaee9146d01412df73ac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d49315747c7f4692718c33ca8f35153c84907f0487d1c030092d1cec25e7a2f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:65f3fccbf9a61ee875b7c6f789e99cd00317917dae3285683d122b18837a966e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c61256e637efad6207b114195b7c8fd00697a215d910e00f6c409211bff0ea79_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ee5e27be530a55aec62bc20721ed6b6b9b32536111dbe804d4df903091941cff_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f22cbba94fbcbbc0e31e33f35deea0ba5bac2336098b11ff2439f62a1736f5de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:186b8a87c0639dee6b819431000b833c4e736dda7c5df0ade0a894626c1351bb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:30fd9e2e67782aea326779f36e41e1e5dea8e116a303acd9c662fcc7c401f715_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34196573ecfeb17a930a6693ee30d19938caccc7fced9eedac00642c4e6fb222_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:42823974e0afac8f6aa97b90b8c5f64523eaf17b6f0e476c4362291e4ec6a4d9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3e975dca63a80a9e0f1976e45785c973b6057e587e45c8b1265a470a94355003_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:443702579f620e1b84255d5fec3cdf109f8bd909d20814bbd3d8cfcec8158305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4caedd0b22b76057ba1794ea75118e1e1f3a9ef43acd1448ce7aa95beee24d2a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ea0a707453849dbcdd3ef8b8b2c46054c610a332f91ab9ae6c570c86b0c5d78_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2d79d58f33b57fc90fcd1a991389e4336adc699d14893db6dbdbf540aa5bfc52_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2fc05875e619c796d2f9b3e194f7ea339d1444107c227f23a2bafd07eeeb744b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8c2ad2219de3626326f5fdad1bf929d2fbb630d35aecabef5d61738ae8de9a59_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c05b581dbc0df245cc1d41e689254fc28a4b0a691b881a8a6debdc1550640d0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0b51115acd80151107855397db16f861ff49650ecc2cf24470398966c447e1c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:4488754615aae01778d3dfb2169f625b217741112c5d080a9aa56beadc3d2ebb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0c28fb3850c56a3736df935a0057e25f593f02a04030a9464a8764f7be1d54c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:e9c1f281a9e51c091f8235e91497285cc588adfd9eafb93ff7ee1900afe046ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c26c3322abe259e8106d9e4b7b56f1a96c857fa12376aefb1059966b95db88c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:73bf942ea8c322ffd0599bd3b8cb0c9c7dd1bdcaab6c0ac9b31d7b3d2718c026_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f29ca29482cb06c32a8db0f122c66a2259f794e8461e4c3078c02a6dc6e3ea7c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc4a27f4e7e6e162c40204fab89d9aed10405eb5b3b2a220887c1040352ac864_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20101819a3f7b695eebb15a7d1cec92cee382488128dc4b38fad8262e5261b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:22810c7da220c9150e2f5d1074cca11592c0b0af50cdbb50023abbe058e8e0c3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5ad31b5bda55c0337b283b42f1a257dd7ca197f3b3a2c547bdb5c49e7a9b233d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e064061795734d1731d2e15d9833b2c1720e24211a11025190c9177dd8440021_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1454241e61024aaf15d948a586da5ff25849684346d714620f7375010773dcbc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2a9a078b17062df5d527ac40aa5cb22c4cfd44577dd8b2709a2414d83ad99caf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e25278433ebc44a582dca6cc81d49bba5df653b1ef757a0f75f503e5d0eac9ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e3211b724a96a47f9ef9257ee4a53dc98c2cbe26a3f8b9f10ac4944c3b670552_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a121840efae921405cbb0d17fddc05d7034ab3d3e9cd1b874b75849aeca2ed37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:b7ca6c965d3044cd8ae5114b9273f08a5bf5fa1d0556da64cf06a9c70aa396e5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38bd962b400994fc3b50736932ace8851945a5cdb0983873546c9555b80d517f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bdd84d45440f60f0c78e913672811be187c998317556e1caf4bb4e7f9f968e32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:3da8939ed2bef6580668a7b3ea02da6cbf5f948ed463d5bd988fbcefae6c2598_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:42a2a7180e59596904ee6021f4cea29816aeb53a80dcbe4e4f6c897d352ae7d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12a768b391a6d8e74f4269a0dc38e6e9b32eed70102890105989147de6aa1b25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5b9ac29f8bf39fac050f7e1e52772455e3e54dac01f84ee4d7ac0a2fbad0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1bdd73e09e5963d35446bd36b970a515bdd77c25dde05135af4da59417ac6e4c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:54de53721dfed9d60a1e72e0875bfee4330a509ea9788ea0a7d6f47963ec73b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ac9baebf0c3adbc961c10dcd13502c92a074920ea10d9698f5df5a96c9764e45_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c6bfcb5d31ba6a45bd95f4331dae83b1d012dfe21f025e6207f2144ec2f8895c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:363c0e9bef1a53ed4565f5fd36e24242245f73523be9fdb29a564ac4738d901f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3c83b58faa63952b623abf3dc929ed180641f6b17e171ca2bbc5a9d5170c467e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e703320d7dc1864bf5bf8a56a80f16e40a1854955afaca0375ed3fac224883c2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc1b70bd25caa035c53a1f54c40a5cc8df45ede4c486301ee2bded4fc38b9b52_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1bc85cb834d0fedaa5c786db764980c54fcf30280747eec2c2ff6fe67da55f45_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6fbf7a98e906040f91bfa10b63f23f926066aaab0e2e7ad77b598bc759b994a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:93b1b599ea8376dd45697b8166ecd68393a2771030a97ea2f1809bbe3175c241_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cbb4ee8af355974c9391a76575799781079ddbae0336116e4c102eb8d6b008b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0a7e1fde6f39e9c3f3015cb12e4512a4018235eac347f9506e88dfa3d0a45c60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4e6de68b505a672e80c833287cc2af6616eafc277c72d73c913ea9fed86908de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a27fcade0c614c0490408c7efcbecb5795ee98b6c6c9dd686f57b15c19f386f5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a60f55d90d3f5ad447b4d73f3b6a3d69c1afcc62d212855f49d4f7489f1e4622_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:560d5c39c06a9177f007c6823bd1974262b6b22879ea1df7632198bd299b9248_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:78291ee000bfc325e7e6d600bf3873747066ae7e6deaa6688386f9456cf8a365_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db47000853364ff02821a15d79d1fc2922a159ec8825939dbb26410db809bf64_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f8c9e09b991e295f320879cf99b6c0d58543b1aeca58bb1830e0c10a609ece44_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0333826c97c9b040ded51ef6c99cbbcc062804f899f6c1671f3ea64019b9ad66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8147d1ae3d13b35554cd92d4d56baafa8317ace2daa2a82e2c10385dfdea89db_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8875508c71e3aa7300c7e9ed52e8af8373e05a092161cd5e84b332ac106a89ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c5ed0723bf61a1214f3c5fb3b304d78f89eaf30be0c7aaae19d33e639546ae52_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5baede35bc878fea67648b2b7d5ad5d8c89fa27f5533b77efba0fed9fe1ea908_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9fc13f3e318539a54f998e518cbf74cbe70fd0cc8550e930e59128148cd61899_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5cbf1b5c61b94ae76c89e7d3aee32b5bf8d082dc2c4f75a8209906c1110c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ed5c8d3bdcf79e93cf0f52fdadec9a064391f9af99d06641e8d3a7a6de747cc5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:303de6689fc670d53dfd43a7ee2c2bf9ddd29fcb41140fa6d7d3b484001c16b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:423f66d9163e855ac9c975b399ad56d2c524711fe3e063c3301d98fb4284160f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7ecceffc7f4e65995eadc9f9218c966a87f5d0e2e3b831c88c920b188029fd4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8074ef1ca32e4f8c8633b599af48c2a6badddaca87a47c03d44482d9f53d7e9f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a7df7c1afc3caa9c3ad706f50a5c9173447483aa1c4511622a8c36cf646e31e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:46783f1daa2b3ba85b217c47b389eafb3c583e632b6208f81fed33ed28e4567c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8988981ae637910aa9e251d8460f02de3b068bdd6051a43e858764ffe5bfa0b2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c540204b797e2400ef55982e8ee6ab1ac2fa18b6e155f1783df3a692ad024184_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:441fdf41bda97c006972a73e2d58b2f6be7e7867525cc16d497b216ce1eab536_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:790c53bb0e48dfa508ec082add4e5e88fbce440ef960e01d2bcc95fa8f44c734_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e5e6926a24738416b40dbfff301815f74197983b68dc88750e0a90f6a28e1f63_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7b378c8046b92eb810c57d7468c81ee93540bfc183083f3ab2bf6014057fb94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c79002cd3809945e74c7945730e87dc880560f07862d8a6e6ebe0ab4540d4f4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5567108f2ab2ed0989c59b7ed1fb37ce2fe7b76b78afadfc7a997a5ff3117a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9c915dd110f4b57a60b1d1d3b34bef72e8173c715556abaef67cb39f5c1f5093_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f60b02af28f5b71efe4dd9dc5e1714ba48f4b72e4f4efecccfd9a1df4fe32a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2336fa9da4e7b844a4b666f364e6357d6ac5f5d203a0c690380af2b59130888f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:440ea07af00e91edd531d847c1973fa8ab333a4a00a74a31b03dedd051d9f82c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:655fcff5278e828ab7ac7286618b602f2e5a03e5b8a61a154653e28bc942fad8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f157f00790662c9e77c045a85e1b6dde3a6722b09a4682c69c998bee90b420ee_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:5fcbf3b2f0a4e8b45c883cdfb8f0bd40d6df8e2b6c77f0b124849e0c0d006a61_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c42827c321ae00f342d2932e7c5045c94c406d840e2cba3215778f143769f4b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:31dce3636433c3b9cb6d6e83c11d58d2eaed273fc96fcf7ff7e31b5e358f83a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:30e960eb17df5c20f500fcbd4154ee859aaa25a9dd7d599ff12aec09a1bf1155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:14e8ad57bd6692dec0f901c2143d0e00eb3cddc59def73c3e3117891fbf0ae74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:53044bc5800772175d491fd3f2455de1c87fd37f9221f4c6e851f9f14b87b1e0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3207e00fda54a96b17c711c294f04d2ab482d0393624d9e04caffdd19c9bc682_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:38808191b42e57fc9a77e776f1d7e33ab130a73d500c5494b201e3f252d32239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b4addd85b1b292561a24b99087a6e0dda4e0009c711bd1d018056ac1f111491_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f69557ac02085725a4b9658837d8d3a9171d3901dad8b889a49ec2e764097d85_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "xmldom: xmldom: Arbitrary XML markup injection"
}
]
}
RHSA-2026:20042
Vulnerability from csaf_redhat - Published: 2026-05-27 08:55 - Updated: 2026-07-02 06:02A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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.19.32 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 RPM packages for Red Hat OpenShift Container Platform 4.19.32. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:20041\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n* immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution (CVE-2026-29063)\n* @remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects (CVE-2026-22029)\n* lodash: lodash: Arbitrary code execution via untrusted input in template imports (CVE-2026-4800)\n* qs: qs: Denial of Service via improper input validation in array parsing (CVE-2025-15284)\n* lodash: prototype pollution in _.unset and _.omit functions (CVE-2025-13465)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"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:20042",
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"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-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_20042.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.32 security and extras update",
"tracking": {
"current_release_date": "2026-07-02T06:02:14+00:00",
"generator": {
"date": "2026-07-02T06:02:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:20042",
"initial_release_date": "2026-05-27T08:55:59+00:00",
"revision_history": [
{
"date": "2026-05-27T08:55:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-27T08:56:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:14+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.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779250957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779252218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779252655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779250660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779250418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Af01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779249821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779250201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779250365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Ad60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779251535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Adce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779261636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779262452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ade19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779249962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779256951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Afe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779249920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779252023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779262004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Afb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779250304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779252071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Af79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ad8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779259497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779281655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Af3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779281575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779257173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779251961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779249728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779257038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779249945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779251496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779256979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779249965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779254419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Adfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779249698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Aab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779251132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Af6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779249879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779252081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779256958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779249762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779250076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779251053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779249730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779249801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ac11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779252258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779261602"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779250957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779252218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779252655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779250660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779250418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779249821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1779249815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1779249863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779250201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779250365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Af864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779251535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779261636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779262452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779249962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ad08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779256951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Adc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779249920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779252023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779262004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779250304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779252071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ae67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779259497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ad90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779281655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779281575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779251200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3Adcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779249819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779257173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779251961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ae618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779249728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Af58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779257038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Aa1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779249945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779251496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ae748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779256979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779249965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779254419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779249698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779251132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779249879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779252081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779256958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Ac8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Ac550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779249762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779250076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779251053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Abf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779249730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779249801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779252258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aeeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779261602"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ad9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779250957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779252218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779252655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779250660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779250418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Ae6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779249821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1779249815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1779249863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Ab5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779250201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779250365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Acfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779251535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779261636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779262452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Af8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779249962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779256951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ae67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Abe9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779249920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779252023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779262004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779250304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779252071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Afc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779259497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779281655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779281575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779251200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779249819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Ac0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779257173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ad1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779251961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779249728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Affbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779257038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779249945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ac19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779251496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ac22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779256979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779249965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ab6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779254419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Ae335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779249698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Abbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779251132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779249879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779252081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Aa238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779256958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Aa1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779249762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779250076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779251053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779249730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779249801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779252258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779261602"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779252218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779252655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779250660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779250418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779249821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779250201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779251535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ab55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779261636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779262452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Af15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779249962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ab87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779256951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779249920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779252023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Adaefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779262004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779250304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779252071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ab3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779259497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Af9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779281655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Aa5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779281575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Ac0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779257173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Adeb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Af7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779257038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779249945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ab1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779251496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779256979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779249965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779254419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779249879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779252081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ae66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779252258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779261602"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"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.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"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-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"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.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"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.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"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.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"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.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T08:55:59+00:00",
"details": "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.19/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20042"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0492f2136de425ae5f550c630063ea0c6334f08cae366a2e972ef58e5b7df453_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:396d08aaf9e702051cad60c200eaf8f8efdff5d66f65418bf29855633b889234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b55391537ed08ad5c14c970f8ae5d4ec0e89a6ec27ab3f96083a553b53a3666e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:dce770737022468b5377772865a1c3db98938107c0076b42b4be5a3f7c9c6119_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1abd94fd0df02c43e57e2416b9e237e0db9213c5a086a9fc940e533293c44d86_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:cfb19b06ea2d545b82522a699d29c4291adade0d2aa95b9cc2fba2694ae8f644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:d60a7ca02c6ade0c134f8a74bdc54ccb317f8bd730414d237f63fecb0b1091bf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:f864d8f4fc2833a1a58dc4fe5002bf2b3b6caf81d4e07a6ed08379c7570098fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:32dd493a4b127dc3e4649c66b93932904270868e00b41e1e039bcdf441c89ad1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:79d9ceb8426a39db2522f04b3d08730a5a08dbee1b89b8e34bf28a21bc5cb06f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:8b6d95e8f5c2e68cb6239ea398e2dc2874008783ad43687e267638b7e84fb7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:965bfb5c1d2db83602c124571ecc65064c1634086fc462588e12b79aa40425f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:514e73b393ad8a99fdb3b63941536793010c9760315f6ea20403454adf5eda23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:88fa6fa136540eae1107aa5200c7784ace6789a24aa363fcbb285cb4fa8c05ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:a5116459d9ff3b6b610a338abc234f7c9643e785c4d8398ec8196bc903a33434_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f3921f06cadc4447210a346a2f340914fa208588185af14b871167296f5a292c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9fade34cc41cf4eed006984d01ed8c17e581771b35adad13d8849d9588eff559_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ffe883b6b2a93c6d9e705d35a2004903b8e598a654335e1c744aa5f86435738_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:f7310301d53f3efac59da8e34822481adfc132751b749ba8864581cc78cbb983_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ffbce26961ead24294bb533a3d3037496577f09335a9fcd432dc02aa7c68c207_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:22e72023133b56918476abdd1fd56002a778da198f0df9123e282f89029433b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:60972294f7d961edf7d8df134006117061072b0522ad23c479da59c57bdcba68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:deb75808f1e65ece60f876a6b34eea92ed650ab36373125c5dec71e18d12a10e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/metallb-rhel9@sha256:f58015b051fe3d79bb67e1109ed4b4d5dc360612ea07149003a03ebce9969856_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:19e1e4ac831078b2a48f1ad34134e4d0fde03448e3b1d5f76368e0572873614b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:55ababf314cef27581a63a66d6300c0b74a1f829fa7a641a23969c65417fe81a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:be9fe30c3cef6ec2279e294eae9416e5875edffed088055caa1b74e0d48f2536_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:dc3984c455b4bd4b8bed0952c895abba3109666177bf9b2ae67a15121c569b8d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3946dd00b733ea0f4fbd404a43dca5d06a46136418847ea3a82f3940d023e8cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7382d62a03fe8e088c132399ff66894ed73e58f1dab74c1e9c981c04112f3e62_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8307da69893fccf9c6a74353d22dd805107b386a0b0b745d0023ba160149c664_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:daefdda9f070eea58357b2fb5752811e566cfe767f68e0286d3e440bd51c6b75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:79246f9cf97c2dcbcb41bf61c07d9dedb9e99ea87af071c685c12c035f1035ee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:940e6659fff01abfb0a7c1df752214bf017044ddd09ed27fb933c26536b8c959_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86e40694d16812eff2fc71dde259c7fbac6d41f204c079694e504f06e20992fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:dcaff240cebb253ef3abed1d7ad1be4573c886f4e9c8b4d9f68750e213ba4b4d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:88ec18a8aa5fafb8b6f0db4e7a5cc2ec477c94bc4c404a4e2ffe0988225a2634_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:92101a3b475fbfdca8305b0fd2a0866d3a0c0d7a05922de79659ca7992cdc43e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:d9b67888585f9eb77529697248d621c3ba09af21c55f8d338d85277d9d4f97b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2304b1ab682133533c09bb0b225ab94f6b3e2a8989e1703f1ae45434a46fb1db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:51e10d3062626b0a01832f63e6d47761805a0ec5c2cc507082758913d3764b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:98ad02b55dd3f4386c63df5bea83efa2d77401e70b981fb9986db9fe2b441e0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb1474e6ae819b507afc7ef4650ffba7fa89f7dddc5fb9ca193769bc07a23d71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:328535250ae2f0ec7db533538c63693125f40b6faf0e04b20cde669672306a77_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b5490e761d45f36fe56a4b52df0184e202ca5aa12299f74914e0b963e3b09a8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4cd751033b4db498744e98c63f834965231e40839b5b92b25b2ddb731faa4204_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5df560500d45601cc9c5cc0aaff90705015030a3f1e28e3a1b5c06139e8e496a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3854a1881bac2de3cd6f8aa1f7e008135c7a869677575a4e464ded9ed93c8b7e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:76145cd737186fb2a59387ad14ab270f4fbc7b7eb0338add0ce1baf8766cb007_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8715a3a251b0cc2bbf285be998d26f9bec652033d441d833fd460250f428dbb4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b05ee50a987e1d8d64ffcd05e9ff653418dc31ec56dd80725951c3a41d3e0d7b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:4ceeafdc52a0da37103ef0381730a284e432dd0d52d616ba82ca11075abc8957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:54055b044e3a82307f4904081f174b1db2b8773ec1878e7c915b674c8103b6fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6a6c9cceeafb6cf0ede12f9d7dbde35ea846f19db47a023def2ae58f79229af4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8872d345431eb56eff9ea00cd4c9f175f3961f05d0209359194f363250c19524_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1014ed073f0d878bd9ca7e553f759b52c8731aa994361f08f31e729dd51e9338_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:367d63c90631e21ff38949a83d82c34310d2ce73be9fd3a2aa1f9a7bfc1d67c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7526fa6237150b0f65ccc977274c9071506d2224f4911c56ad0a2e1d9ba46dd8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:7e947fba1875dc9d9d45c7ab0383854ef12d361d32c43250e3e7f6b96489a099_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:24bd9fae3e083f8f34575d31193bfff8e56758c9e5904b4444d0b524c4dd499f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:46dc7af69a1b3fee269afea54b773a7d77d48abbcf2e9e9c02092a4f49ebb60c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e6d29b0b76f2e0d82c07b2307374e71016d5d65cd02bef950b1916936e2a02b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f01ed583fc2a5d72827eb5765f66517807acfd628745f9f5d3b5e16cc700663e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0908afc9e465d18bea6c24d2dafddc121e9d6f58beda0299ade8fc56dc86aa9e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:470b1f6586e212521588059e7e3501574ef499055d7fc8e2f09de6db7e583a84_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0b9b0c0f926a8f275683500c7bc4f50e3a8977052af6bbc77eb0670e4f0fb34d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:0cd41814381249fee0b5d7db3461bfe4422780a99a554b09f879cbe6b8a5e724_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:1f9bba38b43a7cb4e20de61fff69538479fdd9d1907b6b5e1f085a7a7f7a35f6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c15134424e72721aeaa26c54cc609d7afe84e7b6d571187b22d7785cf1d013d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:7a05ac6dd058dd2d2d26c07108375720cae18e0826fe0c2af58bd183eac8bafa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b5788a3b140c3761c0b0beb4dabf5d6212cf1f0ebe94a10eac415705a35a1362_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:040209e409d47892830164d3c8c27fce6ce91993d8e0d422690508951ea89a67_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:09f9379cdd7948f0f76169dfd79f43d702ddd9b568964c3c55e9df9831028caf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:0a38b34404113dd4f106427ec3b74082397e724eb45fd6d979d6ffb1aa054e0e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:70b0b3afb0a5e43b47b600a2be4eb7aac2c1ee57c48986fed4e9a92530eec822_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:22dffd3ffb1f65e47801d85aa3fc33167ca2c85be716dd8f0cd4e16766073d38_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a1f6740fd4ebcb352b488bb943713f0c626acda70a7c1a5c7e715c69aab98a0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0783a71d9b911a8877c84201d0084e6a288a43be20390f7fa6bd63b1ad14d6d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:c0af4001600ffd983dda9700dc0c3bac6d1d3e0bce0117bb5e890c512d2f45c4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:52feca8004b71f97a429ff2d57975ab45ffbdee7034a6d8a3198888f8ce23faa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:6fe9dbd9823ca008eb754e66bf69e84e64024c4faaad2b6e5812d8eddabf5ef7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f79d54d69dbc5f985d9ea4ac9b9c04708a9f259e679dab0449592f6b2488bc11_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:fc2201df30f01556c6fdcb5fe5a47da6504b109b3871b2c5faa3d6f3d8ae443c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:22749b96f87c6b03a2ea00bb2c2ab7f58a9f3df94173c68b69556728f84a4b09_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:31264adea3b0880bbd9228950a8a86d9d2767372e40621786c94699aa7b6a6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e618023f72cfbf29ce20cdad46abaac353f6a629a17581103e50fbfd1fd88dbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:42636057a0a9f4ccab7a0f282674bea490a3a7d0db17a872a5ac7cbf1b564431_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:47bfeea80fd0ed8e44ab9bdb77b50f376299a4f99e48f99dcd22653c6aee19d8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d1f640a4d2dfe4e462c0fd9b6f575a23b35fbdd161bc1ed33aee1bbc3e27d8ff_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5c043dd0041ea7a3663d056d570f71ca184635e2675f01e11df7ccf760bf8f77_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b3c638eccf9c7b422be66c6a43bbe3ed2d835fce1aac5ce1958f986efe69a03b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:d8104bfaea6c30628c1059abaa96d12c3de9dc87d252af83793338760333fbfc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:e67bc65ff1eb9b4eb1234101801e4351c3d83589a68091f62cfb9029c453b1df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:268c56b08f2606484298a6d6835825d69b76c97a3f121eec59d585d59af37ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:52fc1f67bfa6a102dc6b5d4e8423a647c208fd31e65ebbdedf9d45677316223e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d90da9ff74e56a15c255400578055daa90b4bb99abfceebd9dd95e59335fe1c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f9eb8de8623b9aca8acff1f7cf57df3acf3e39dcdffe7df80a75b3e03e5e2c5a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:54bc01662336b0b2112f25b73fd5d080c68fbd271f959c70213cd5335876cc5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:66f5a8673c4020cafb306c9090fb4581fd4d86e1c6672ccd122078472412e013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f15350c0b1825f3963531c4bd9bbe3fe484bf5513d8ffa781e9eda806d9b3e02_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f8564e95a32d546fdf2d42a1fa157c00b591913fb0af1972b4a40a544234e9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:386fb18dac6d451f9ebd1626b6c0f1b5fc3cd017fa67fdcc918c269812ff6a94_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:69af2716ebcad4472889ab688f8249b185375987c7c37a41b8a7ba2383104f35_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b87966dd1acbf868a62e2bf343e81866fbc35154e358e126482fffa0c76d8d28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:d08405ecd5cd64f65be4b30d4195c546094cbdbec5a731c6f04e1d315b3802b9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c8c49f6e05bd34f34c2ba0b8d8a2dfb3397d1b66d242cbe4f62b1734615544b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:524288f2a39de6cfc0f770a6adadb2383b25362c6cffe8b0338fc33bf7b02097_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e67f82ab4446eb0b3f41e7173458e3f2cb8aad009b20a179d4bda83d2c9fa4ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:fe535a7101329194a286a8727a09632b48fae5bcb7f96f3fc01274919c461f93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:03162431c0c7b534e91c6b72231ac3925d5e3f33e094bf6f872ca5b01bef6ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:35650b9719391af9ba4ee3e06e4c4f446384fa5428858bd6930afc364fb0471a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:539f6e4d75f98dec7e13ae9b4a0eed46f08ad2f0a6c0c12ebf045d91b456a8c0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:89f390f7675a3b847ec8b24f822321ab7f7f58dbda199ec94b641ea70e3b73ed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:036787f2bbc28b01141e088cf687fcc1af6ed17a97eaf5fd2b2aeecff7fbb028_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:19eed0831bdd915c8baf5e2df5723ff1f6bee64ed844f28a22517ef31a0ee816_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:9f3cf27cde0dcfd81165017c696362bae8c2154bacfb5790a39c21c62eb41120_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:1583fc594ed6a2a42feae77ae8be4e3c7ff1b7c9e4b6780758794f6ddc956214_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:85ce24b1c533547a2fd2d8ca89cd2b848d20e7c6268299daf37b46922f4a9837_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:de19fd2d73f3215ed1233c711dc6bdb95b65c2c6fdd093230a4bbf63073aa6af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:39fbc3aa18deeda972b911776d01c2b876cbfb453e312093508aedbc255eed3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4b9b254e55338249ac2b12033d7cf4483edcb8c2f12007f24a03ec61a029874b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b1a93aae5c17a3d42e414b0348afdca5afb73acaed0490ee842af408df3ef8bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:c19ea3c6feb8b8be9acb51303cedd5a9c4fa4bdc3578eb4b4851afcb280672db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0327359fcbe6ca9223ffbe8e4685ad42dd1ba608eda78ba84d4e3d528763e8ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7db6a9531b2959c278817983c9ea5ab1c9f01b0c4ffeb559af7404337078bfff_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7f86d8eb16e45f01b120c45ac9beb4e0aaf8d9f6c7ac2dbc18dd5001a63ff2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a1ebe685eaa97de7eb2ec156e073cd0351a8b78813bbefc62974d20424678d90_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2dff739f792877ecc2e69a1b6df66c6cc4b6d1c73199fdaed60cd03625aab65f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3209b8e2ea441f511bf7b54a5c4a5e32d614cac30ed1966303b5541a1da4eed4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c22d3e99e9adea8b55932ae3cf7538a6655eb5fe5e40fcd99d81896a19346db8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e748ab63e5ed7df2889c523ed7818f372ac5297f35a5d13187b095f93f2be83a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1162a821ed9d1d5c927b92a896e200bd9aba365118a7852050c8f97bfc957885_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b95d01e18b6a2a4fa0a9821a99cb07f9edc9c93bc72d8d46fe144f8bad7398e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:731f214cd2c1cc446b57b8e31802c6d730f372649738153ad06eb1917b725d82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b6d450f46652a960d75f6a02a0c316aec9d7de45b438c59a59bd302914c1d4ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:2ad855d817a69378218374698e95685c1064c97bea7e1eeb2a685f38c582c175_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:4538e94ce0f099818f0cd4489e9bd5933f1c37eead40fa668fcf86ad7d5be980_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:48afcc99a78cc01a7653e9f99300bace71b49a6f9cb199b318a666e0a44c1427_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b429b0889882c2c54107a444aa8b60fd2e383767a4c020def773789d6df2b64_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2968a60c5c493185ec058cca1baa0da7525c4703b1b7ccb733ae9eb43a343c35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:29c62bd149a4f2da7e92d3f1b4d598c0f65c2a4dcebf46bd2f893c15c7d2f9fb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c550b56de20f52e3f809d2a1d41c26045abdfce930e526f7b85e8d1b91d32ffa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:30e854491b8be1da1f02dcf9a038ba46afa51c190c6f1d042121b8f9f9359888_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:63995b39dc2ea36be89af1523a560968e719367de3f6f88be63fd718e460170d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82bc034323875e9c03c0a7f819ca2702b140088015a757876ce0e2298b3d59f1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:25146b4c89f8ebd5c3fac5ec3e604ec7824954e967f1d2bb65e9831b3a087f7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:35a0db27b978ce03530e2d9509c0226bac80a7687dab3be1e17ecc6db41c0f72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7c1f0a2adda40aab8d82c5d8dd9f4fc83cd24a1ba7c4edba373373487651649c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:0a97a25ce1b6c7c6301c742fea0562de2c3677f806c77a1a0a7cad8bd9a5c317_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3646c145a211f20f9662f64834a872cfda4bacb8835b46cae297d8d6d5e33cbc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:808b397f08978221e6b83656a1cf5408858c85a8d602fa5d7c1ef5dd6f5c1558_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:93bb78f70798f6236afd90e8306943aac9f575899415bc5aafab8fd5f987cc25_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dfb18f3397753cb31ef6685911b5ca4ee26bd4e18e4009cf2c0a6b9926efd7de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e335ee9b6f71712079d6af4e73e2d1eb5b38f95932d48eb7d8f68baae15acddf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:01b034ab198a1293956b69c8feb9d17f30892a4799bd3bd011c31d67a111d9c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1ded5797ba756ee5e287dec14a7c4618b3961d6c0052f055499e48d2a968ba26_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bf5701d4b0cbb55ce1bfcfe4ac3827eeb20b7eac6067bfc45b5700a0e97a2e75_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:0a1bb8672f66950297a736e5bda5e82c34762b56ca217ebf39ee85a9acc741e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:7538ae585d62e3a8409ee42a8375446de5112c2db0fb6c0ca36bc784cfe81fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:813054573afd2c8169a3b53977eb0e5cfd20d5cc85ba248cd12a1c7d02f116c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0c6dc313c48272f8764c4f94791c4c6b89d317dabf50326a6f148e8fde657f80_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:ab0584405ca51411404c7f0e9f697b56eba196b617665a838a2ff84ce2b487f7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:bbcc37b0d61544af136b3f20ac3e17c792fadd4439395853d6434b1de1a1e95b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:216d0f8ca4b0922091a5e6625d08ab7ebabfc01234e5678596d523663e3dc749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:54519f23db9efc0dfcb297abd09c0938fb0a33e3a7b92214d8aecfedf288b8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9249585792386ab23df2e640984c83c4ebcce051a2e31c138cc865416196ec91_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:eeb09c4dfaef67e6e95b2c4a57312c552618f20f3ff9ad7aa613b634ffc8de6f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5ca0dbc1eec854e3ca98fc7bba55d878100b0b033ed0bbf3be376237e43959d5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78ce76b19b5c433573a913b57437c3e1ab61ee238deda457f6a40efd19a5b9cc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c11f30f17490e89703001035ab40cde39d18df39ef3532f5523990f512839c7f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e66f1bc3ed46f11aaaeb703df0fc45409c652a61fdf0a045e6e22b9a61462678_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:14f4e26f1cc1fb006f9adbd6b5c3157c1398d3b70e2cd97576fa47e082fb264e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:767961929d54286143857e0d529c3b4e5c33b402d043adead8653bbb7e933109_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0ce19b5cf9756156cc39fa38104a71b96ed920a53a602bd380e3b8769d8dee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:92b6fb06abc08cc9b3e69f71982d3f4c072c948082fb152d6ec6399279c47cb5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:0b5acd2abee094efc0643a4b592f2ee28355b8f5d97a4ac1e54b0043e2002562_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:36d41b1bee0810816ec1ad21fb8d5059078c1ba936c5f04db813f4aa9d13e173_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6d4b0290bdd90387592a81e5a7cfbfa9d8e3f309caa309789cd69873dc85bb2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:f6f18ff010341306098341996e52ce3db5b752fe672a4faf9fb94e77657868da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:2ab38eb82af803f37ea4f87cbd3fabe1524c3a980a6099d35bd33b757c270686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:4e902c6d391890fac00ab354a287fe6c097e7fe75e1b03613e5b60438a59464b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a238c0d6a6ea4c58bb5039a98301c89da9b32c22a2c22c906bb661a3191b1465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3f003a984e673db7de5e5b9beb5349d47e2d007357faf74ab858768723e51bcc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:a1d19d8c771aa4a14434c3f8c87ac7011546b84ce07d660c6ec9e43ca5283a72_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:c8eb0812d2030708e846d4f1be5cb5a037a1303fe4863fd98c0f597426c51f02_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:20089
Vulnerability from csaf_redhat - Published: 2026-05-29 07:02 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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.16.63 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 RPM packages for Red Hat OpenShift Container Platform 4.16.63. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:20088\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n* wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking (CVE-2026-24049)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 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.16/html-single/updating_clusters/index#updating-cluster-cli.",
"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:20089",
"url": "https://access.redhat.com/errata/RHSA-2026:20089"
},
{
"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-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_20089.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.63 security and extras update",
"tracking": {
"current_release_date": "2026-07-02T06:02:15+00:00",
"generator": {
"date": "2026-07-02T06:02:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:20089",
"initial_release_date": "2026-05-29T07:02:04+00:00",
"revision_history": [
{
"date": "2026-05-29T07:02:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-29T07:02:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:15+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.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Abb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779252183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779258435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ada25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779255018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779255721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Aca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779250868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779253419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779253514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Af854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779253503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779250709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779254378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779252215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779253456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ab01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779262197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ab1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Af7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779252567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779257130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ad69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779252216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Acc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779251341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779252096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779262869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Ab912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779263860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Af7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779258155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3Aea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779255469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ab848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779254450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779251040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3Ae087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1779259880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Ae0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779263369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Afd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779249114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779250482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779250546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779254322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779251034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779262660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779250840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779254735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ada8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779262650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Ac283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779257052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Ad6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779252353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Aba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779251243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779252718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Abb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779253426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Aa6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779253266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Af0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779262775"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Af4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779252183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779258435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779255018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Af75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779255721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779250868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Abd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779253419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779253514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ac367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779253503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Ab2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779250709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779254378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779252215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Abfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779253456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779262197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ac479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779252567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779257130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ae0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779252216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779251341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779252096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779262869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Adfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779263860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779258155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779255469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ab303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779254450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779251268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779250000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779251040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3Ac5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1779259880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Adc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779263369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779249114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ad3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779250482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ab9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779250546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779254322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ae9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779251034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779262660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ae10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779250840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779254735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779262650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Aa5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3Aa5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Aa1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779257052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779252353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Aa38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779251243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Aa2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779252718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779253426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Af957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779253266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ad9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779262775"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779252183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Aaae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779258435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aa0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779255018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Aaffd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779255721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ae57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779250868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Afb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779253419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779253514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ab60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779253503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Af209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779250709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Aa4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779254378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Adddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779252215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779253456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779262197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ac09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779252050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ab59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779252567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ae3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779257130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ad68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779252216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ac65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779251341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Adeaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779252096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779262869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Ae5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779263860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779258155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3Ad5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779255469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779254450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779251268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779250000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ade90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779251040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3Ae865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1779259880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Ae81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779263369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779249114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Acfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779250482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ad41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779250546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Aae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779254322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779251034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779262660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Abcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779250840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779254735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779262650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779251660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779251351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779257052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779250665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779252353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Aac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779251243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ab0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779252718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779253426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Aa34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779251373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ac35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779253266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779262775"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3Aef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779258435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779255018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779255721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779250868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779253419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779253514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779253503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779250709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Aefc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779254378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779253456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Aac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779262197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779252567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779257130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779252453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779252216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Aedb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779251341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779252096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Adb032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779262869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779263860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779250925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779258155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779255469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779254450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ae9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1779251040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-mustgather-rhel9@sha256%3A8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=1779259880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3Af7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779263369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1779249114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779249064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ad27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779254322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779251034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779262660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779250840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Af08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779254735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779262650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779253266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779262775"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"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.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_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.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_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-05-29T07:02:04+00:00",
"details": "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.16/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20089"
},
{
"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.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_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.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"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.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-29T07:02:04+00:00",
"details": "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.16/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20089"
},
{
"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.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"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.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-29T07:02:04+00:00",
"details": "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.16/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20089"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-29T07:02:04+00:00",
"details": "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.16/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20089"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:17d522d1a82e16b31a5d94e20276f73168b32fe2517078b5d24e8bade3ceac09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1c104c742cad5bc09a773242059a0a2162f93481857849b2f0af9bc304a94e27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:1fcf108ef02e921cb14c513152fbd685dbd33329b13eca8f2fceba6716f680ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/frr-rhel9@sha256:fd690fa8299e6a2b1c9c5998735ef21b17e83794440fb333f5f9563089c9e74f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:43b011906c41e9bf8f64019b8a582db2041e979c02aa8c9ec53cb10dbeb8e3d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:767ac36bba35613627b4159756a40c167b2fb854a6aa8df6ed69f8e4049d32ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ac93fd6f9633987cac920a0181e1828037662c5aec15f286b744e4407f0d0f6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:b01919d732c9d8212a264dcaa635963a3ce98c02aa83d3b53428548ffc243003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:1f1f9c9bed26b494d14cfab25c3fbf6c89923957ed69aa41f3b900d32ced46c6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3a7eb932e6b8ea7b130b0dd87cef47791aff8e72f92f7a8892c5097c9fb44ca0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:74139172b8ff102e15e958b513cf3a3042a5ada588994eff4955ad490ab38fdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bfa3acc4caf549a61a27f2ec4d6be167013061c4c7d9cefe8213c0e8fbd88823_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1fee714672bc4213506fa55f1d1aaf08e76390a78e468276ce7f0a9c9fe90ffe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:4bd3922a3442149105ac3f5ab123fa3825b26c397830370a6c23a8cf2b554c4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:ae78f482825f17bc2b7d39583a39b2379281ad20d8e4134dbb029b66e91e70fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:d27ec4ad982879fceeb3ec43fcbf67014c9f8ae1be1831895e22080d823a9c58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:1e01ed6ab0f3a1e92b99b541060eff37c6f1aa95cfc9fdd1d04f56be078dea72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:332ebe93e5964ba221f27b5b9e00a329ba9dec2af2fb96795f357aa5825943de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:3507a44159bcf1674d698e67241f09bdd405b1805acdf696301d4629f57e81f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/metallb-rhel9@sha256:8af05e04e3e4b8a37289e2e3166ba6ddd25f80c39675a93f3a0946a5de149191_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:94ada4115b7cd77fdcc9252fbb71484c451fd453cecd47425c77c7f66563eff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:9b7f63d0857691e1d9b6cecc6af6f6f0f31cf6dd0fb4d52c7890d625d80f0cc7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d69f959401e008a9aa7d25d81f1fdf7ddaaf79a0848725a4574961b2549a78fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e0a9ac091796dea4cce0538ae9cb40ad2a9d127ef788de8e175fb25a1482a187_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:12e5769722f41cfff3ec88000d157eafee309fe3e7262beb93ee1a26eca26740_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:1c6a5800804b48577101016f1972e5d640d83f4b4662c1c598e3f02ebbdb6451_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:46764b222709391567a6a6f98b47f2d24f8f392ee50e12b839387e516930d5ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:deaa89b74d371ecac06996ffef15fd30e750cac8aa5cfdc6ae47e8dfb39b551b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:605e0e18037a05d24edf8f8f1da2d240a57e18e833c008019d0f50592f4e3cca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:7955df6d2d83610a32bdf0fb80adc95c2b7f68353729665a5c6ac5d6d5fac420_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:5b81bb44374c596f60d0819c9d7e67176115e1d0e013deac4f99760f280a350d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:8fbb7ebab21b3570f1fcbbc162dfe1d223bd7710432831b6f79507fba44e35b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:23ccd3c597c6f8511d90f10fc85eb2c4495efff7f2a9a9bb32b41c038d100b02_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:71f245273c8617020d7f7276700fd16ef9a27f737065c97860f290fa620543bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:de90c6289ac3a74865c67b18819e84dd6438ea2c0396a8aee339442b85b58d99_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e9054ac47c604f781a54c1085780b6fa799647e673794b55664dfbbaa7e6f72c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:2ccec31947841ead0e7d4ebab4a6fa30eef8fc9790fade9db44f6bd2e316efb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:bb0b72418ddc5b022d6e732f9053b201855172ea8b8b097da64bf60df274ad7d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:f4a490f5921c4cca851ff64cc662e8e06fb86d7977256f2874de7d815193c283_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:6948443c9e0bc72c39f201479016ec5758bc684c31d9c06cc31de16c6b4861b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:70e10472e62a0b6d29c30ded25c26de5d4ca4d88a49b83002a8b9b6429fa6ecf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7a0a1f75c5659c3f3db665fb4a0d1a56f92baa84a132c86c9ec88de0bd566934_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:db032b090399674e9a529c7d48277de66bfe22fe4fca137f580eef5974aa55c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:38805dff6a57c9635dcf39e7ba2bfc0acd9d567734ee2dfd5a553f0acb39a533_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:4f440e3eb21472d90e34688ec76089e102077cb51e381d6465673913249c9172_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:aae25cdc1f3bc49afef231d1ca31fcefc5e3511da036f33c79c6cce489ac0cb3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef22ea9434fb37e2045cf9ccd43b94c14b568953d7f30b23baeed6db6581d192_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:8fb0d460ed2379a92479d4761e4de05d69e092e3313150c17c53e1459662f81c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:affd0933b4c5a6fec6135790503f3f7afca61b76fa9ecfba2053aff70d98e07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b71e75950f6e1a3eeae0a647cc332ce676575ebdb40bc8ea957d5ed52e542223_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:f75493eaa1f80ad7d9598f3cde0ca866fc6cf8ac20ed391e029c658f2f500114_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:21f6460afdaa4fba97a21ffb4563b0e8cff33fbe4027fa19d5f22f7b580cf4fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:8ee5124462339026b13455848927db4feead948e6784f7e74fd31fb1d7e772a6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a0364fcadb55960bb13f6e5189ccac50b2987710f89596d1ed45a8ec81aba341_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:da25bf6272db93871d8721cbcfcc4c3cf9242657c416627a9c133eb3324446a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:8030c7bd77c44aea22c15410efe27b6229bb0aa25d9c990520a52da7e7d845a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c5914c286a373346349dc58bf874e9048efc9e6a38836ad0f5e22161a10faf57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e087d5f050ccffa47a0166c3cc0c0536221bf15fe958e9518f3463acf37a946c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:e865f7b4bd4274ee22f63d9a1b35a1e28be676cb549010e07246bd6d4d99e84c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16d938281e00ba2e3bb9a627bbff5b18e88f2f7ef07428f3f989d80822615725_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:705261fdfdbec4887b0fb2de75de88af24554a262759102998594366483f6404_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:72f63c8f6cfdb6a6dc2fefb38f4280b48b493b89e73c490f9cda91d444991bfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9e84420056898a412064ce41a0d355ae769d168c36585f6661f67f668ffd47a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8f30a4d917a3acf4882d7eacb1d0a809da373aeb846c885009bc1b3e9eda288c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b25b3c6fb25a166fb815f736f1b88560354f975a1ec0bd705c16c064ed03b591_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ca19238698f1e7f0809ffa701b350ac685ae59ab0aefccbab333eb3fed255f68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e57dd9144496eaab19d7254df3029677917ff8d0bc47a2080a147b15aa76f3f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:78cf962e0d98bb508afb9e0479600bd4997fa4c7f34055db52eea82309e3109e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90111a9bebc6e86a958fe8dfd73199c7fcf4328f04c89c1433a85799a01f5e13_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bd5b45d3d4deace18d3d033c82963815139cc30adca19669757d1b7267a17ad4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fb342130f50e2c10debebebaeb43017de8b5c66359a887916cecc876c7644621_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:32c2dd7f3a21c4eb4da50044c5c3d260f955c0add58ca43a0a3ca6fbd80466ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b60acd53b44e1cad00e6e85a919f9a188431c57e3f9302b6a7547391eca10c5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:c367da001a779c493fe2ddc619500579fb32849f99a00349b495a676d462678c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:f854f98cb9bd1d24f8d501e63838aaa8ec5f165c7563ca6e11d639b2710348f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:138f37f37007908515421984187d2cc3b277063a990685fb2b8276774d038ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:999c0703424a6267d9220faad6dfe4aa36e471d03d7892a95714f6af80240631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b2b24e76b074518842046ded0f9aa560aa36b6c006efdb37b24de300a889bbc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f209deaba75ca3be53263469d8e2f3e8bca11711b228c1553a022a86a2b382ff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:2ba6cccc0a167267dee22bf57347ea320988999d586654d11767aab43b8eb41f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6292e291f7548f40190286450782486d9701eef55e357e705f35bd48dba6e97e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:a4c3eb3c4d34a4f2da7203c99f4e6bc6b84bd8557e4811d23a326e9f385ffc8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:efc258547305adf9c02f25bf38e69105df087b7cc5cd9c6407f847a594925a10_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:9cc11791fdbc0380873f1b4764fe2ba696a6fca3f0735b22015af9069a392d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:b912a96c631b446ab36cece7751d2dd05ea8678e1dfd979805674190f61ecaa6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:dfe8fc3b23921c30f6ecb0325c260f1c3c48d7be20b0f6b6424ffb366c47b1e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:e5c6e808d9119baf2786c1f01671e3a95f73e51b82e848b6eac0153f999f7113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:dc15c3f873069eb879a6cd690005486ce90ccdf9d647a7810a49b489dfb6d805_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e0bb19d2c0cefeba3de1e4054edaf9ccfaa3e3cc7eda72edc0a2ffb027d7e6f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:e81c1c19835d9525a3a642c259addbd2bcc9feaa3d00b5d6681584084d1e1fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:f7f3eb35acac215414c5c80542b91ccffdda63c49497b7ce72b5284bfee28f86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:38e8c2d9da5c76ee5cf889c46f3c04cf7880dd25065a1f21f06f40cd065e86be_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8b3e275ff79b2b46f1526481bb6a8bc5346b58a8c60b11b11bcacc696088143a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:9bc5d0eb464a4fd6ba5d7f33067c2fb59302a89c84589b2af9efdfe4c538815f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:f7238779d2fc577f6857ce5c364a5e562075939b58a4346dedfff0cc3e3724e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:00a83666d31c2a2f72bc2c409b926429acdafa21579610f6ee3a147de66e756e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b9a3b77af7e8f57dd855e36a0424c6bbd7c414fc2aa0946584d69e7cf48d7d20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d41c70ac845667c9bc4cf3a302746731cc76d2b4c24592be88cca0427adf41d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:7cf03736717f0bf391c09638df7f295824f25b43eec5440a779a3705a9c72a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cfa369384210bfa03a94d3b6eaa076e877a1013b1ff3f7bcf904bc4b7312a1eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:d3865c849dffd2b4eeb47470a8ab931553bec3f0e9d150ae84a1c3e800abfe20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:280453e744b00618cee60069a56d902f3decd161794ec36beae2ff2591847b36_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:5f41bb001b81513e90f4956f16ae7fbd88c1a04b27632a4d3e426165c655a9d3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:80c400d9fed02e8a14f300d136d491fd0fb44f5c27c0c3abf460df60de6116d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:9470961eaa17b3aaf6d596bafd6c20994ba0cc8a9525a6f800a3c09cd5fb23d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5074ab3d99218376c747057c9c8d0ac5623b4ff677e1d8074a897e64be9aeca1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:8b14e764899be692d4b9a9a6d116a1a878b017d2a240e91a292a0955309e3db2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b303780fcad7ddac560fc995e52e79fc988ea5e57846f2f8d49b36bae68bf306_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b848315f4bdfb65f9deac5a35d7b558f28635de516809dccf05d62fdb9073748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4d23157fb7b138c69f9fcbe48e0296e16d770b9cd03cd3fadd13d0876bcd6bec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:98afbca508f9b18dd36673c95b832f8b8930a219b09dadde2c2ab3170a379801_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:b59ab506fae3325e94c161f68fb4b3d20426ec6477ad667292454468249c897b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f7d6e1cb2c6bd862f757ff62ce2e92f2986c3e109e759cc664506b6469505ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:2a16347b98847fa9caa46189ee590d1b5bc23a918ad6a516fc7f805cf42160bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:4a70591432bfdcb98e0c1e3afe4020f6a8e4014c1a22d6feb48a417ba4237af2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6230cfb009929a645947097ef35e74ec97256edc0545db69bcedcf15c1a753e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:e3be44d50320c1746869594a99bf015fc5dd3eeda0a53d74784a236739f243dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:1342e3ac427e33c7d1aa7243d968256766bc720a6d2a8c2c43e026e160883ad9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6c9797b7163a3234e7978c4b4a210a585f9ed07d177991234ec3736df6bb8394_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6d5dc573c5913302a355146635bcdfcd28d0377c2fa540c2247327e8c40f4420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:d68e2e5947bc0e5e50dbfcca0137b21bf9566637edf7bdf5ec54967310944185_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:78dd3a2b6a0f6323b1bb6ba04e7651cdbbe6f09752433f49de045eda0532a1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c65a131ee29d20633d23ba60d6c3a8bfa1105dd4d4a535e53fc4e641d44d6dc0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:cc0d981a0a23460ad58c8908608c548d0f265e2da284747b798f267c3e3fe917_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:edb524a57759cd5500476e82f2980ce477b799f2e6655ecd810dbaf34b6f8ab9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:7fc9087f3aa9e0c1abc3cccb5f67d62f1a53d352f555123fdb698c5229acae76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:9de6d8344eecfef27ad0bb272ac3b75e6980cf34369c877d7463de522f47d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:d5ea3aaf1fd9514c77c64509900f54df0ad233f786e3ddc8780246ffea157a8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ea9a90ef2092a48c70c3cfeb0f9177bb2f95986389a4dba441d189ce93b2ee1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0e248f65074a69545d306a754e10182f62899c6362667a1100650810668751ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:309455612631f6df0bc2ba13496d69e1d1a261766deba3d55378a54d72c8e00a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:6c4d39d4fb28917b4db89d3a7d5cce904d64dfdca0dd5a4e941c2cedc457c768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:b1d4665a160b276afe0b7fc07bab707c94ae8e8f8e8f1119368b6fa8bf8f7f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c09145ebfd793c70cec68c395c52ed7f0c067778c913d4cb9a34d7c890e131e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:c479f67abd5c881663d6e75ab85e4a850b649684e4d4334567ab511c2c7b63fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1851dd1cb98b4b7394925a90148457296828cf000e74b3b6b923dd70e747c686_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:3b77aad8717661b35fa4356a06484bc28565f1651e33e69682112b9d8cde4162_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:5dbc54e4c970748365071e2159b42b4e2648ad9e4f2912f96c4e47d17c94abb1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6170614801de64c30daf745f40932f285f0f26efc213e2fa8fa69cfc1c78d8d0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0254176416e29168d550823496b8d8ee41b33ed823e034c6bed2d96758da1b85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:1645e1720df761afc7d8afb24385efc52ecc079ad8814128d97b064bb5973cfe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:8ebc16fa201082fc4d75e7e4a4c2a18082055d9f16116357bd16a485307516a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9c9285fb8862b981f2f19415c1f8cfc1967db5d2fb515b40e930bdce451a5aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:205d9bbd975e5be44b92fea5240ef508d889f4483fd934e370a66659ce4d7e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:64b8949349086f0945b7691fb61cd8ce9357532ed86a9212ef3b757d3492caaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:bcf97edf4d731c5672cb48cf095c197559656619f9f60e5a3d7907eea547691a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e10e0a9d958587e7aef315f1fffb626c662f69dd13ea4fc0112877c165313c20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:29dcb5e1f428c730eb1c80aac41bb1c683ac91876fa231587d804af160df20ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:404b0e57ccac10be66c7a81b362e112724e8368d10f4b2524a6a710f862a259c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5e8d3e70f9437178dfc43cb3e1943def71306793d651b5a7bc200cfd0082d1f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da8e486a1a00f92f5cb9f84a5c5edae27f844d73e1dde575555bb9bc5ebf528c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:50f0d3d5a66ef25f0c9d2e241d272b7fddeead0177004aaa7e5d604093ec47c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:58211aa5a52b6b4b5f2008b0a3686d328336af68802af810939c3b4b2f1fca8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:968ae15ca0b438716fb8021befb523d5c6a65fa6e60da41ac316f3c2fc71f6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:f08fafd2710f6e4731d10888b94085829b04a0b5fe12aec2692167f085c75fea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:31af33a3f05c46adf6dd9e19bc25a5c47446d73560f470370a75ab0838d33503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d0062d0eb2332c8a3e21d6836214a59e4e529f36dcfa576083b0b319dadedae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:7a7925b58ebda6809ea2e0c4f001e14e4bfa7eda556c2abccb909234b9cd0f87_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:0bb84023cf7df965a6baa868a8a4de462373b9c90faad02a7aee214147126727_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:1e1afd868013f1fa02432273f183b0b4c80f6e30d9ca541bfe355fe42f374075_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:dddb5077a25cc8bc51997919a4138d6d382650c4a56bc87edd4b3a8de377f520_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a38d8ed8b5ea31126b1f2238db1e790ea01a154949187bfe355c21a76f789462_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ac6f4d94c06b6455f6c066be2393bb05befe92c2774bd2e21b5a2e989bb7f9cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ba31d3e5c56d3d0d59be911d2598fc81d0aa57c2d427ed7bcd64069e18a67afb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:829411ea5ce25f2d7f6dc054a54bf9acfb191bc9dd3c53858cb580875127314e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:a2a51e8c874be5c44d12172a5562260fa4a7f8c706d92e65b82455073e712e06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:b0b722c98c36fd75ba456c6c8844519ca378c5e8a4f9665690af71f0f246bc47_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:2d1fe3a2e3fed8b05371817abae7650311f3a59b4350c9804b3f11b2b227995d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:3896d441227b40db15286da87c86d305ce369c1b5b5d7e1d78701943a825fb71_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bb6206510a513f7af42f80650fc4c21a5bd788a3882ffee374eea9fab54267e5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a34cab2fc14309f62c7dc16150399a0439ae8ebe2f0b303a57c83ce81a7e7365_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a6f46341e8d885730085d16f099affeae09e14d52a9e765abf0bf4bd03d5f0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:f957e5d85a2b1d2d978d057591143465c20f51a16ee8494a913224abc143fed3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2bc166d03797dac4cf7f2a4c189f47283cdd296396ee1b9addc5e11ff01ea6ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:6bcba68def9a47038b95e31c701f606d7c1bd27d67365871a7bf45967431acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d9c3d01e55a60d14949af448bc2e79d759ad6535a605d6a8fb6e0d9cb010b121_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f0c6e7a319788abad4134fe1e5d6333e6f99c112de44fef077d79f02eb060e64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2a0c2dc59e3f58434c00877c0840377a96ce5c46d4387a6cd4d1ccc253a2fc37_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:57bbc23c0ccd0d11fbf82efba6948dff7e5e0336ae4ebf0920785fca354c7814_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:74fafceda8d539320cc5a9278eb90c3a7e991b4f0eef7d3454af0de739ed3e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c35b1518c0b8722432d1a8622b72dd13d51855099a623c9da9263ea2fb746c23_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:688e073b7f110b143633ddaea5983dae934ada1537cc1c60c4bde9af77828800_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:a1bc56babbb772a8734916fe45596ab55f6efc410fdec2b10e77411c8f32dfd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c283d4227005a94dd057b1024d567afc1983d93b1a730e96c1d1509a9a8e9f30_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:467c3fed31f2389a2066e98ce7c5575df59727530cdc546100c3a6e26da09181_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:5415a0d8d9e851c5979efb18792a2f9b3c8bd6d99b976fbe041b3f1f86318ae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:d6922684baca896f6cb4b25e04c4edfe8729df801c47ebeecc118699a20c2606_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:6b1b15252057fd680ba98ea4ad553ea5f89dd726bc662abf2d0dc92b4f01c434_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:770806365696b953f020f8a34166d4996d6c14d6619fcced65536ed0c48f0c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:a5c790d9edcbc6db5f8fcd9db3ba2aab8b9f5586e530e982704a3b5a91d2cb4c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:2071
Vulnerability from csaf_redhat - Published: 2026-02-11 04:55 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64 | — |
Workaround
|
{
"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.18.33 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.18.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 RPM packages for Red Hat OpenShift Container Platform 4.18.33. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2078\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:2071",
"url": "https://access.redhat.com/errata/RHSA-2026:2071"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2071.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.33 packages and security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:24+00:00",
"generator": {
"date": "2026-07-02T06:02:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2071",
"initial_release_date": "2026-02-11T04:55:25+00:00",
"revision_history": [
{
"date": "2026-02-11T04:55:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-11T04:55:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"product_id": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.6-6.el9_4.src",
"product": {
"name": "ostree-0:2024.6-6.el9_4.src",
"product_id": "ostree-0:2024.6-6.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.6-6.el9_4?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el9.src",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.src",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"product_id": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el8.src",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.src",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el8?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-devel-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-devel-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-grub2-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-grub2-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-libs-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-libs-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"product_id": "ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.6-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el8?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-devel-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-devel-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-grub2-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-grub2-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-libs-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-libs-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"product_id": "ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.6-6.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el8?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-devel-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-devel-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-libs-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-libs-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.6-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el8?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-devel-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-devel-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-libs-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-libs-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-debugsource-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"product_id": "ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.6-6.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_id": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_id": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.31.13-6.rhaos4.18.git7ed6156.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_id": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_id": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_id": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_id": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.18.0-202601292038.p2.g91c2408.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"product": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_id": "runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-2.rhaos4.18.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_id": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-2.rhaos4.18.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_id": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-2.rhaos4.18.el8?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64"
},
"product_reference": "cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.6-6.el9_4.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src"
},
"product_reference": "ostree-0:2024.6-6.el9_4.src",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-debugsource-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-devel-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-devel-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-devel-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-devel-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-grub2-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-grub2-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-libs-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-libs-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-libs-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-libs-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-2.rhaos4.18.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64"
},
"product_reference": "runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.18"
}
]
},
"vulnerabilities": [
{
"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": [
"8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64"
]
}
],
"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": [
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64"
]
},
"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-02-11T04:55:25+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2071"
},
{
"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": [
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64"
]
}
],
"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": [
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.src",
"8Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.aarch64",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.ppc64le",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.s390x",
"8Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el8.x86_64",
"8Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.src",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.s390x",
"8Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el8.x86_64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.src",
"9Base-RHOSE-4.18:cri-o-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debuginfo-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.aarch64",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.ppc64le",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.s390x",
"9Base-RHOSE-4.18:cri-o-debugsource-0:1.31.13-6.rhaos4.18.git7ed6156.el9.x86_64",
"9Base-RHOSE-4.18:openshift-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.src",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-hyperkube-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-apiserver-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-controller-manager-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kube-scheduler-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.s390x",
"9Base-RHOSE-4.18:openshift-kubelet-0:4.18.0-202601292038.p2.g91c2408.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.src",
"9Base-RHOSE-4.18:ostree-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-debugsource-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-devel-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-grub2-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.aarch64",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.ppc64le",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.s390x",
"9Base-RHOSE-4.18:ostree-libs-debuginfo-0:2024.6-6.el9_4.x86_64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.src",
"9Base-RHOSE-4.18:runc-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debuginfo-4:1.2.9-2.rhaos4.18.el9.x86_64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.aarch64",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.ppc64le",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.s390x",
"9Base-RHOSE-4.18:runc-debugsource-4:1.2.9-2.rhaos4.18.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:2082
Vulnerability from csaf_redhat - Published: 2026-02-10 11:30 - Updated: 2026-07-02 06:02A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64 | — |
Workaround
|
{
"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.21.1 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.21.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 RPM packages for Red Hat OpenShift Container Platform 4.21.1. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2129\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"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:2082",
"url": "https://access.redhat.com/errata/RHSA-2026:2082"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2082.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.1 packages and security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:24+00:00",
"generator": {
"date": "2026-07-02T06:02:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2082",
"initial_release_date": "2026-02-10T11:30:56+00:00",
"revision_history": [
{
"date": "2026-02-10T11:30:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-10T11:30:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.26.0-1.rhaos4.21.el8.src",
"product": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.src",
"product_id": "butane-0:0.26.0-1.rhaos4.21.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.26.0-1.rhaos4.21.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"product_id": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.21.0-202602041753.p2.g0df3535.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.src",
"product": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.src",
"product_id": "conmon-3:2.1.12-11.rhaos4.21.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.12-11.rhaos4.21.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"product": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"product_id": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"product": {
"name": "haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"product_id": "haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.8.10-2.rhaos4.21.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"product_id": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_id": "butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.26.0-1.rhaos4.21.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_id": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.26.0-1.rhaos4.21.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_id": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.26.0-1.rhaos4.21.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_id": "conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.12-11.rhaos4.21.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.12-11.rhaos4.21.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.12-11.rhaos4.21.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_id": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_id": "haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.10-2.rhaos4.21.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_id": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.10-2.rhaos4.21.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_id": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.10-2.rhaos4.21.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_id": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_id": "butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.26.0-1.rhaos4.21.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_id": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.26.0-1.rhaos4.21.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_id": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.26.0-1.rhaos4.21.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_id": "conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.12-11.rhaos4.21.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.12-11.rhaos4.21.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.12-11.rhaos4.21.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_id": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_id": "haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.10-2.rhaos4.21.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_id": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.10-2.rhaos4.21.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_id": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.10-2.rhaos4.21.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_id": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_id": "butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.26.0-1.rhaos4.21.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_id": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.26.0-1.rhaos4.21.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.26.0-1.rhaos4.21.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_id": "conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.12-11.rhaos4.21.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.12-11.rhaos4.21.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.12-11.rhaos4.21.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_id": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_id": "haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.10-2.rhaos4.21.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_id": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.10-2.rhaos4.21.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_id": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.10-2.rhaos4.21.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_id": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"product": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_id": "butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.26.0-1.rhaos4.21.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_id": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.26.0-1.rhaos4.21.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_id": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.26.0-1.rhaos4.21.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"product": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_id": "conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.12-11.rhaos4.21.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.12-11.rhaos4.21.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.12-11.rhaos4.21.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_id": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_id": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.34.5-2.rhaos4.21.gita8af6ea.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"product": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_id": "haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.10-2.rhaos4.21.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"product": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_id": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.10-2.rhaos4.21.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"product": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_id": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.10-2.rhaos4.21.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_id": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_id": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_id": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_id": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.21.0-202602041753.p2.g0df3535.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.21.0-202601170322.p2.g19a2243.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"product": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"product_id": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-crio-credential-provider@4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"product_id": "butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.26.0-1.rhaos4.21.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64"
},
"product_reference": "butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le"
},
"product_reference": "butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x"
},
"product_reference": "butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src"
},
"product_reference": "butane-0:0.26.0-1.rhaos4.21.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.26.0-1.rhaos4.21.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64"
},
"product_reference": "butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64"
},
"product_reference": "conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x"
},
"product_reference": "conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src"
},
"product_reference": "conmon-3:2.1.12-11.rhaos4.21.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.12-11.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64"
},
"product_reference": "conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64"
},
"product_reference": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le"
},
"product_reference": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x"
},
"product_reference": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src"
},
"product_reference": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64"
},
"product_reference": "cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.8.10-2.rhaos4.21.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src"
},
"product_reference": "haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x"
},
"product_reference": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64"
},
"product_reference": "haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le"
},
"product_reference": "haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x"
},
"product_reference": "haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64"
},
"product_reference": "haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64"
},
"product_reference": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le"
},
"product_reference": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x"
},
"product_reference": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64"
},
"product_reference": "haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64"
},
"product_reference": "ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.21"
}
]
},
"vulnerabilities": [
{
"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": [
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64"
]
}
],
"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": [
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64"
]
},
"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-02-10T11:30:56+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2082"
},
{
"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": [
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64"
]
}
],
"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": [
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.src",
"8Base-RHOSE-4.21:butane-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debuginfo-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.aarch64",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.ppc64le",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.s390x",
"8Base-RHOSE-4.21:butane-debugsource-0:0.26.0-1.rhaos4.21.el8.x86_64",
"8Base-RHOSE-4.21:butane-redistributable-0:0.26.0-1.rhaos4.21.el8.noarch",
"8Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.src",
"8Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.s390x",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.src",
"8Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:conmon-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debuginfo-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:conmon-debugsource-3:2.1.12-11.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.src",
"9Base-RHOSE-4.21:cri-o-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debuginfo-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.aarch64",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.ppc64le",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.s390x",
"9Base-RHOSE-4.21:cri-o-debugsource-0:1.34.5-2.rhaos4.21.gita8af6ea.el9.x86_64",
"9Base-RHOSE-4.21:haproxy-0:2.8.10-2.rhaos4.21.el9.src",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy-debugsource-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.aarch64",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.ppc64le",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.s390x",
"9Base-RHOSE-4.21:haproxy28-debuginfo-0:2.8.10-2.rhaos4.21.el9.x86_64",
"9Base-RHOSE-4.21:openshift-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.src",
"9Base-RHOSE-4.21:openshift-clients-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-clients-redistributable-0:4.21.0-202601170322.p2.g19a2243.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-hyperkube-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-apiserver-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-controller-manager-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kube-scheduler-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:openshift-kubelet-0:4.21.0-202602041753.p2.g0df3535.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.s390x",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.src",
"9Base-RHOSE-4.21:ose-crio-credential-provider-0:4.21.0-202601151825.p2.g41ac31f.assembly.stream.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2026:2129
Vulnerability from csaf_redhat - Published: 2026-02-10 09:39 - Updated: 2026-07-02 06:02A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A flaw was found in helm.sh/helm/v3. Improper validation of type errors during parsing of Chart.yaml and index.yaml files can trigger a panic. A remote attacker, requiring user interaction, can trigger this panic via a malformed chart file. This can lead to an application level denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A flaw was found in helm.sh/helm/v3. A maliciously crafted JSON Schema file can trigger excessive memory consumption during Helm Chart validation, leading to an out-of-memory (OOM) termination. A remote attacker, requiring user interaction to provide the crafted file, can trigger this condition. This issue results in an application level denial of service affecting the Helm process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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.21.1 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.21.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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.21.1. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2082\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.21/html/release_notes/\n\nSecurity Fix(es):\n\n* helm.sh/helm/v3: Helm Chart JSON Schema Denial of Service (CVE-2025-55199)\n* helm.sh/helm/v3: Helm YAML Parsing Panic Vulnerability (CVE-2025-55198)\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n* python-eventlet: Eventlet HTTP request smuggling (CVE-2025-58068)\n* qs: qs: Denial of Service via improper input validation in array parsing (CVE-2025-15284)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"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:2129",
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55198",
"url": "https://access.redhat.com/security/cve/CVE-2025-55198"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55199",
"url": "https://access.redhat.com/security/cve/CVE-2025-55199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"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_2129.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.1 bug fix and security update",
"tracking": {
"current_release_date": "2026-07-02T06:02:31+00:00",
"generator": {
"date": "2026-07-02T06:02:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:2129",
"initial_release_date": "2026-02-10T09:39:14+00:00",
"revision_history": [
{
"date": "2026-02-10T09:39:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-10T09:40:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:31+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.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-ui-rhel9@sha256%3Abda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ae2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Afbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ab1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Acac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Af81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ae8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aaf5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aa73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aafb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ab1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ab1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ad5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ad2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ae5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ac2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Adc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Adf49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aa99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Adf00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ac2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ae168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ab9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ada7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ae7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Abfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Abdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Af12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Acc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ab5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Abdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Adff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Acb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ae0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Abfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Afc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Ace8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aa882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Adfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aa0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aefc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ac20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Afb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ad29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ad1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ae97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Abc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Abec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770042469"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ac6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Af5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ad4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Add60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Adea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Abf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aaf2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Af2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Af3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Ae518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Acca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ae0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ad289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aa936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Adb0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Adc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aa06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aabab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ab94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aeef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Accf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Af8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ac6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aafee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Acef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Afd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ade5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Adb30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ad5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ab83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ade2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aeb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aa2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aa06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ac20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ac866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Af52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ad6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aa0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ab8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Af055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ad78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aadb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ae18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Abedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aeee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aa820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aa70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Afa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Abd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ae1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ab046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aeffc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aa921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ac6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ac7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Adb28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Abdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Abc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ae37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Adb55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Adfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Abd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ae45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Adcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Adacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aa2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Adb230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aa3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ad745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Af516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ad3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Acece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Adcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Addbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Adc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Af47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Abd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ac5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ac730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ac7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Acdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Adb281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aeab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ace34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ac247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Abda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Afed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ad08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Affcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Afba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aefe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Add8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ae8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aedd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Accdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ad04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aa6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-55198",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-08-14T00:00:50.788448+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in helm.sh/helm/v3. Improper validation of type errors during parsing of Chart.yaml and index.yaml files can trigger a panic. A remote attacker, requiring user interaction, can trigger this panic via a malformed chart file. This can lead to an application level denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm YAML Parsing Panic Vulnerability",
"title": "Vulnerability summary"
},
{
"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.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55198"
},
{
"category": "external",
"summary": "RHBZ#2388451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55198"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6",
"url": "https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68",
"url": "https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68"
}
],
"release_date": "2025-08-13T23:23:56.780000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure YAML files are formatted as Helm expects prior to processing them with Helm.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "helm.sh/helm/v3: Helm YAML Parsing Panic Vulnerability"
},
{
"cve": "CVE-2025-55199",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-08-14T00:00:43.927450+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in helm.sh/helm/v3. A maliciously crafted JSON Schema file can trigger excessive memory consumption during Helm Chart validation, leading to an out-of-memory (OOM) termination. A remote attacker, requiring user interaction to provide the crafted file, can trigger this condition. This issue results in an application level denial of service affecting the Helm process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart JSON Schema Denial of Service",
"title": "Vulnerability summary"
},
{
"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.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55199"
},
{
"category": "external",
"summary": "RHBZ#2388449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55199"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/b78692c18f0fb38fe5ba4571a674de067a4c53a5",
"url": "https://github.com/helm/helm/commit/b78692c18f0fb38fe5ba4571a674de067a4c53a5"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-9h84-qmv7-982p",
"url": "https://github.com/helm/helm/security/advisories/GHSA-9h84-qmv7-982p"
}
],
"release_date": "2025-08-13T23:23:43.304000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure all Helm charts do not have any reference of $ref pointing to /dev/zero.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "helm.sh/helm/v3: Helm Chart JSON Schema Denial of Service"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"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.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"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-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"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-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:21658
Vulnerability from csaf_redhat - Published: 2026-06-03 12:58 - Updated: 2026-07-02 06:02A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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.18.43 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 RPM packages for Red Hat OpenShift Container Platform 4.18.43. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:21657\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n* immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution (CVE-2026-29063)\n* @remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects (CVE-2026-22029)\n* lodash: lodash: Arbitrary code execution via untrusted input in template imports (CVE-2026-4800)\n* qs: qs: Denial of Service via improper input validation in array parsing (CVE-2025-15284)\n* lodash: prototype pollution in _.unset and _.omit functions (CVE-2025-13465)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:21658",
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"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-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_21658.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.43 security and extras update",
"tracking": {
"current_release_date": "2026-07-02T06:02:42+00:00",
"generator": {
"date": "2026-07-02T06:02:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:21658",
"initial_release_date": "2026-06-03T12:58:58+00:00",
"revision_history": [
{
"date": "2026-06-03T12:58:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-03T12:59:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-02T06:02:42+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.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Adc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779845891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779785460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aa56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779781228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779787591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779779692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779780473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779780853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779781148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Ad5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779779129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779779300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Ab0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779779426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779780088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Addb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779780506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779788112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779780031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ac6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779781165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779782825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779787301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779874967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779779712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779787176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779786961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Abeb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779786770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Ab6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779785983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779779879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779860183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ab239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779780872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3Afc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779873953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779786898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779779791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779889998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779781089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779781080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779782985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Aacdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779782852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ab24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779780821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779781501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product_id": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Abae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779779306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779786567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779845902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779782749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Af64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779779803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779779425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779779708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779780026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779780608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Aa9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779780022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Adcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779781094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779787334"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779845891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779785460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Aa876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779781228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779787591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779779692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779780473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ac5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779780853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ae3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779781148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779779129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779779300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779779426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779780088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779780506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Acd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779788112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779780031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Aefdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779781165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779782825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779787301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Aeef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779874967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ad96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779779712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779787176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779786961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Aef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779786770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779785983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Ac74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779779879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779860183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779780872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779873953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Afad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779780208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779860119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779786898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779779791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ad8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779889998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Ae2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779781089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779781080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779782985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ac4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779782852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779780821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Aa223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779781501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product_id": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Afefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779779306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779786567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779845902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779782749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779779803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3Afee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779779425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Aad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779779708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Afdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779780026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779780608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779780022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779781094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779787334"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Aa1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1779845891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779785460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779781228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Adf1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779787591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ace1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779779692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779780473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779780853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Abb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779781148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779779129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779779300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Af8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1779779426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779780088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779780506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Aeadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779788112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3Ad2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1779780031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Af49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779781165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779782825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ac5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779787301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ad7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779874967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779779712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3Adf66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779787176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Afb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779786961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3A79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779786770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3A8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779785983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779779879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3A69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779860183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779780872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779873953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3Afba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1779780208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3Ad805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1779860119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779786898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3A353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1779779791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1779889998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779781089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779781080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ad6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779782985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779782852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ac4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779780821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ae6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779781501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=1779779910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ae8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product_id": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ae8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=1779779641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Ac2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779779306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Aae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779786567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Ab7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1779845902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Afdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1779782749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1779779803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1779779425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1779779708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1779780026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3Ae456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1779780608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1779780022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779781094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Afefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779787334"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1779785460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1779781228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Aee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1779787591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1779779692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1779780473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ab3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1779780853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1779781148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1779779129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Ad9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1779779300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1779780088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1779780506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Ab79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1779788112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3Ad01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1779781165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1779782825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ac3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1779787301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1779874967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1779779712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1779787176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1779786961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-dns-proxy-rhel9@sha256%3Aee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=1779786770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-router-rhel9@sha256%3Ad83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=1779785983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3Aae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1779779879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-sdk-rhel9@sha256%3Abe82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=1779860183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ada8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1779780872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1779873953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-egress-http-proxy-rhel9@sha256%3A4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=1779786898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3A0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1779778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1779781089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1779781080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1779782985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1779782852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Aa10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1779780821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1779781501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Ac34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1779779306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1779786567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1779781094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1779787334"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64"
},
"product_reference": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"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-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"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.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"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.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"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.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"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.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-03T12:58:58+00:00",
"details": "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.18/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21658"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bacd152bb8e069bf989d35c5e3d19c7d2a7caa5704fd17911afb8e24505fe74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:0bc2f4f14a5a2fb5298242cc8b05366782012a08200b026ab4c199cf9322fb5a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:96b15349f15af700fe522049aa81fc1d7f608eed473a262d103cde9e62c26605_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ddb46e2a154dea051204213a2992489839cd412436ded9416fb67bb33c2723d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:12fdafa4162e087e237771b0ec8c3392f1106b8c5290229639317c6b53f5d83e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:28dee60c9e4fcb3a2b739142a3cd5da70a02ae46a3026c3320f4e7a944009ebb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7820ddd5a82a30ab9ca25a8e2b2c8d8e0e09612a02090f5a260cffdfc3e97c38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:7b41e14074e2073b34ad74bec5642c36f3f2b90e3caed34d5327cc9d90b61d08_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:76ed86cc596ad718f9af6235d3fcf83470d8de0238fe03d2f3fd9e48b218429a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b79030a66c82c63a65f898ba30f528e24cbafe7206e2a4c21b286763af768821_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:cd8517f6945677dbc0bb8fe8f8e2f49d075d4f1f6f5b94a807761eaaf23cfe6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:eadc66249cbde612c467d3185d98e9615d0be77b4c1159fa8d7d10bc5195c5a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2da0a4f5fe314ab982c7bf39915065ab841510b675a6b322522ba63248fbd01b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2e2224824503d12e1c34460aabd22bd6f471bd6ac26446124b674e7d434e3b72_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:97ca85e0ecda62baf09d5ac553d22f1de1c6e34cc2ef912659edfe597c012bda_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:fc0b6db747ed6c69a488501006e836db38ed58368bb39f0a03dc362e6362ca60_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:6991c491552dec9afc62e10e97ddbf1dd0afe9cd0c5458801567235cb5cd12ca_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69ae141aa20c2fe9ad78f4aff4d04b829c349ed7b503c3af9b4945d16c5e3139_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:954e2dc06a60de03d67adb1ea0f816a3e53d1d958d1260fb25c64dd8bbbaa681_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:e2136255544aac54fa4b8bab1a1f5368f3b52908eb631d2163f5de466babdecd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:07ddbba2998d63b6d9f0c4a84eda9c372ee533755c83f294b57743d0b91801d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:0e19a8fd58078d2b54e0b76585067a540049ee570cd393abafc1805bdbad8eac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:7d23c3dba6ac082bbc1c70f31240891696dc531bf4bed27fdf66cf5c1e460def_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/metallb-rhel9@sha256:851e3a6747ba96df7a140896909301fc34e646a4e5cbc180ff4bf89b4d5dc75d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:023d6b8debb4e5a9782b6fe79fd8c25f8413d76264233a876a134bb2594c5076_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:1073d9f07922d1e95986922b4bfec5664a2bb317298f1806fd51afbb76cf5457_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:d7f5765429909858d79a6ca4aa66208d5edb1a07ff35ff178d0c6668da37128d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:eef13365a817b8ff922b717f409adb60d5ae8440a1caea467b298d07f5eafaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:671eb9ceefb93853388c8a24687575ae684c1b66b27821a31262808bee82eaf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:68fbdb23d366d771e12689725aaeae07a86d37e0c97eba162642a33aa79d04b0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8105880c4fb11d97341b8b937962cf702c1181082877b6cd798b3569e9a4c7ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:df66e802187c02acbe1e5cf7345265bc9aaeca5a06e8164f7734d03f7b7d49d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fad7c9ea2f199e6c443affa23a6857b1d6ef23fddb1c15d6e95e9e3820db5d49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:fba178e923424e804e564e12d7157c0d34ac1e0a04f65651e50ea664d5e400d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:6c2556f2f320da160bf0adcd46593ac0d16d421186edc14c73c706f9ba9983b1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d805078d99650ea6c3ede84266ef6db6d9095fe02af1947ef2619e6620b18a3d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:0d74d402ca497ddbc4033e1093e7050d2e850ba9bc51c204ee7661b4018876a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:a1b1967267dfb6e277d0b90481dd45ddb59ebe87c11f809f452733355a183fb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dc7fdba5bc8b6c31032f4e291bdfff745c2cf5d5af38eaa0e96f4ef4ba233943_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2170815d728d981d66866597bb42ce1c5fcfdccc1efba98a4c950f463632312d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:58ce78f26ef809f49851b89a87b652a9cf7896343195ec44fe75f9c92a4280e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7203e5515d0fb017119bed8e239af52c0d93a6e4a8b5876abd25c2bd6577fe3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fb2830dc9659187a83e385dc184f5325e0b732640a71bb68f15f1db28b86054b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2c713a2cf1a2edd00e6300e8a3905c6896a9486fca5c7135c861390aa8e6f4aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:345a86b8e22c19fb6198191ed8ab7f46583c8676798889b2df5f34699b833b61_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3b97f68d53c9384385256d0bccc8d3e021d90c558a8009cd58d172c5baca1eee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:3faca1896d27b565962bcb1d251c904360bd3ba968a3e8c2efe626b96c747dca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:755856ce75c62a65d8b26dcf457967394bd01049993bc4f2b1ab835587d132fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:81cf1a3e78b90afff2c9dde0343ffc4d7996f429163ffc1853b81e2c54d51452_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:df1fd92b33966881d21a015c2ef62f53eaa4d340854ce0190cb77371756c033b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:ee7436ce256804752f246bebe8fdeed4e3fbe3cfccec2b953e5496b25615c618_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6e5ae108893c1c6b3c8507f61bf602e51085afc80d19873748367b74dee86c72_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:93bb7abcadc1cedc576aab38549574f195188f72d5e8df6a423e65bdbabb14f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a56dd19998ef38b14c3d8f40384275eb4459ef1ac3462a11b944832d08449a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:a876e8ea3dbcbbbfeaef7c856a83e5b1feecae4431642bbb2c81d4f03f95c558_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6a0312c4c9e1039ae46a7d9949e25f2627dfe03f36ebde9461f5d904cf5d4127_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:821475de5dfc120afa01babd7d166c50579f63a2f100bcbd25e0958b048882f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b3fbd8e986cc44c8f89d20c9d9eb0efeee1fe7d88dd6b80c7c40e2300ecb11e7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c5410fea1e98e717806bae5b3049b98c12b17705cbddf9a1973e0a0e9c8d4aef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5afc59d6385765715c7c39d2bd0ac13da03c0d62d3bfd809f8842254405d8a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8ff0d3e5505f9cdcb4d396227b08567d69470c957dfaecce88f68948d62c78c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b40b7216cab79ead503f18a14032836865bd95befbb8237dc3a69ca1839e7519_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce1bac7cfcaec56b153e1c2c74aa06e463fd5836e6ce64e62bc3fb4dc89e2b13_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:168ba43c5ddc626f430dafebaaecf88ce5570a6b8133b9db945e974690c51e7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:425cd0fcf6df03bde0bd6a0720691ec790d8653c59e3657ccbc8f90a878d913e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:73bbeeeadacf5d4646d4ebbed33b54a7e9d40a1bb5b57711ecfde7e0d95efea7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:88af117e5fd363b0fd6a984f1978276921d612188755f658d48ed0afd2e18205_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:450ee47356cc61ae4096eb99592f8ff5abccd4b76c288259028bf3d071325367_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:6b9b444bbbdcce82a87677d0bbf70f1db7a7393740ea325a9ef0ef1b20953c6b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:bb20f3f351fea58eb4d324c9188a7acca0c6adf0dda6d3bd6a9d3b8474585502_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:e3efe30ce1373de8c1f4845f0cbd6b36ba76750ed0b3a6be4fedb26c3aea8cd6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1b0757fc0e5e341d8c8a3f47733a1e4aa4ba193ed3460b9b3f21b14973684727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:1c242cb4214db2a4f4c0bc579a9b614c236de217b2ed813c07b380d10d7c43c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:32145bbb59143c4b8584a3576d30c3caf01433d8a1c454e18a259fba83244eaf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:d5c9d143c4da6f184fa7ea18cb985b4802747368a5a33a5da356186c0ac56928_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:0b2faaf663c771201dcc5342f2c5f4f68104fbccd6457302e1a454ddb70b1e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4387073d4d738761542094d660fc90741e3b073b274da18d785ceb99963b7f10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:8ffd7800ecd095dab87c0230d8bd551bac710456acbe99729a9a804c5bbe6e1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d9245d5ee46bf770f546abb9ade8d4f29655e3042f4f566e33bb00c2c51c043b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:79f96d518cf9f109a8e499a9eb2a6e0d0f1efb39bc6667d1abc706b03e1fb04c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:beb4e6df340035c3438e616877772154e0634c5f66eb497e4d14e6f83dcac5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ee52a55dffeeb12f9cb4b526c829278c70d5b43fc56d916c2130624a22859c09_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9@sha256:ef62a2a5f2a89f1718e3a0c39f8367dc8c14dcfb5de92164f4e3e24d4058c065_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:11a45d0ef10badc1f7dadab6d544c72cf4f230b36b9c96b169628a606172cd92_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:2a6e7349713d93057df9a46680b41d84f5a11796fd3d38acaacfbf03fe5b1204_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:4cd1572dc9abd205b447471d66ec22951360d925271dd430359ce8f276fd49c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9@sha256:5fa5b9624a1d75be54f6701f4a6b921ce04075f1626464792cb1172e3a5fd3bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:227b0f98da1544e58344f9ef0314c718ef03d7a910351dec099e4c1fbe226a0c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:8a854326170fa07d5134f838040846a233341cada6f03f91155d6e061e2d546c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:b6739fe60db605356b108948215b0777e814351d7d6546873f5ba01f385d3850_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-egress-router-rhel9@sha256:d83f5132a286ea5dd8a187d3af8b48b30e8da0ef8aeb8189f39d9b0a1d303899_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:136a9c451b09b665f290ac5d015e938b0a1eabb52b6d9b746a0b683f323c983e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:716563fffd86eb9d1f0714129fed9213208f2daeb0d3bb7c0ac9b19ed3c2a9e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:d8b81e8d19d11b934abf66f83653bbf488aa95a11543a43669abf43fa5ae2055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:353b87789a7f894a249e1e2b00de23d5b6af2f59012d2353926b350062dae152_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:812e77084f61c9de79cdf82a256d35d9cea938f02a54f3e0fa0b16281da98ea9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:8c3cd5e8bb765fc6bce1cdd5aadacb8444f6d4e47bda9329bcc576cf8920b57f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:0ffe9b1826cf0c1afa350d396061a3e32546d56552c5ce5724265da0073ba899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:836de3ed9d55328b949b357c228cde2194530800ca4129622e6b0fc10c148e2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ae1cffc2fdab7b31107e7ccfd778cf25f59b352aaebb0a6d560399e66b2ce2fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:c74b9df16a4902c2e6b00f84e8fac25c23a9696ec513adc897491e59ce1d551e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16c8fcf196ac6d500bb313d4d6b4eac8b0fd9d1caa49cb825171703715549a2d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:27939501f1756ac0fdae7e9de4aac9428296502eed5e3704cddc461715c2c311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b239693e9b1ef8dfa2099bf6ea1c6a924fc11c74406c10e57c1122f54e07e938_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:da8e68680652356bee80ebafc0ace16c389796271b3ec7c2af7fa9da1a911126_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:c6fc342e148cd89f2fa84880a6617222aa6575981a4e97ba0f3556d1527716f0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:d01e3dbbad500a810fd11d28277626bdd87a8d20d332b38958723cc012e4030a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:efdbcd443fee0897a45c0fbabce552077cd9489aa3b4d7cef83614f8439c5ec3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f49f14814f9684066a09b32d645970d1d7198235240aea0505286d372a9c61db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:46bfe7de46cec7ecb8003d347d14cd1cf5da3354ef1f495841862254b759c303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:5a67269159e2de237c657627b5f16691e5a4b08141e4a6d4e52a99fac8be0ffd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:709f52be9933a09924a64b2f21625671f523a366b50133a6de6c3adc7fa0b664_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:8d103b96ae1e68c03f119c3edef8361ff0a882ecc01e26781fa0e24de2532957_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:5db7699c73f03be480f1bdd5fa6a16ce6d94e924a85542715ed131f21ebb55b6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6befdc6f4e087592922b66f889ef072c648f49cb6b2322ef52afec6a670addd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c3a19582346b4efcb0dca446b946a3689c9bb7e59b3aad6931fbeb8f0d1d4fd5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c5daa4dd0014d7bfdfcc4a070d8279050c3a0f74bae03efbf13b84083878f6c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:36c965bdcf9617cd45b65e25c2e0e108473f4e542f8cb047d50a563750699aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:42cdc54df43652313b9e896ed5702e068d661e4e89561bb3b7e9d26d40aaacc9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:6b2ecada93bc576419950eb2e0e0d15de776b355a63733663bbcbbc973d98314_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d96b7accda8d86a0ac415003c13b72f9722ccaf37dc4ff2ff6614a203480e6ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:5d0acea7d90cf75940f0c49b0ba44e4a95d2b7a067ea849e906dd2c9f08fe3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:609664ddf657aa66db2fc362fca630d42c81a1072f1e984c29ef644979f04da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:69ad55900c427a46f22f272c814ea56568bbf3e77238197711a44344b405df31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:be82808d12d00879b29879673e4c7871c91fb9bc315c06a62dace1a1ff316ce2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:195cb50d5d372388dbdb7d72f796290caed95b85ebc1a44266096470693cf461_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:1eede6d04d98e105e2fd44ed97034708e1b5b5c85a7060b647ce6b33f2f713f8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:b7837cc544ac7c5c300b8f5427a0b8a4090904cc9c7d5374bbec01106e2f0a95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:00d16fec918d25e03f265986b91f8196ddac57fdd2ad75e7e93ab8e650787386_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5814a3e200527bfc67c02c2515423366b8224aca142b60a5e55787f888785e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d2dd5d80878b0cb3a26a93159b4667d61f6e61e55203fea5359bffcdbb06f42b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:74890b25b00f156efdea710c9c5c20c27bc3e1183174ee24e9377c9ad90c6873_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:7582fad891a42d2468f9571816a733cc0a993856755a41283078911f93e04a8a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:77c621a61aa75b975e7dafd55e2d439375e347510a3b2f886f242523238f897c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d6db070bc70b53e30c41d234638810b771316accad458b17f649a6ba314f6de9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:33247eaaf3ea15d33bd73b9ddeeab5ee5b39f4903fd9fa2a31200e1a0d68f75c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4952203297615de742669c1a9baab3235951d917f5604801d33e9004cb4a8e21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:5017b7849b0d2f48b784dc224e3d0b5a44c6576b07c66961d02a5700d4463d42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6f5ba3f94ee093eb9a6c9171d88c42a3d6563929b80e2ee536e015a8af14f4f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:09d2d92c4213cfe2d8fc8dd6fa23c377652fac672d30e59fa7ffa0a6d010be23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:35a41d9a5c9f78a16367dff4b60a07d7c05c351d9951c6a5f40932a09ed42744_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:acdc936c04994270e5202a2ea0ab6904ecf5875f67629202955fc1227bd368ff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:c4b9249ae222d3c13671b1aa9b87bd318543fc72cf9c2487e93d4624cf250330_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:5580c56ca2b5549d914d4dbc6fd6fce560724a5144e8185b407a1dfea3c7e0eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:719479e39755715095471d8c69be447b70465992b61a3bbae7efbd148e1f9b67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:a223d32a0a3813d023258a7a9d339ea889a29f19ea9afc72de06e654c679a9c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e6a8be5078af340abd7815f8d64d3780c93b009b29dbead05992f7bb97aaf562_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a10365cb24fb255fa42150d6edb40a697ff62e5a224b606366719f2944ec1d9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:b24c9edd8a8fd670d884d1f11093a10948ef4da3e359890dbfaf4abe7a0c9157_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c4cac31bb807e784a3924a9ac682610232d09e265899a3d094df1f813c3f5c66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:ef6a5129dcdd5c28310cedcb1d295c8a1a6ba3fffea55ab70fd4e9b4faa7699d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4d9a266f55ad2952bf351d138a1cd28a74f37328d1745da22943ba9174c575a7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:72492b50da907f2d8bf57994b682d0ed59d861001ccb463170dc6c9a32010788_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:fee9724c935ad602cbe6658e9117880ad18e60229a43bb29b92b076aec09867b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:34160c2645b8bd5af87f630d7dde7367b2229126b9643457cd0e3dd4d3dd3dbe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b0cba3eb7fc89593a033560a53ca759e110945bd4f595fa27d7dba2c72428c52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:f8c7bcb2ad8d558a31f3c5982943478a134fe84a3b4125f6a59111f8b8596dad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:77d17449b209ba86a5baa6e7d1001bfa351950ef4076be6656690ac054b01418_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:89c6379fb0008c393e668ba392179da12de6f741552bc57eea5992e2e6868fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:ad0d81e32c32945b5fd193caa070d7513b5489a936381955065a83e2c56033f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:986b3d179a36c4ce24e70a43d89df98bd3bbe27cc68ee9be62ed04718f109feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:99b2051a92a6c7613be12a41dc60afb3cf0a412db2e5b80c05756fb3fc150421_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:fdb2ae8dea82b4d6475f7933a53bfdd2066ac7ca38351349b7cc397a315e730d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:57f1934ed447f557fb8788426303ac030c0a5706efc858c72507241bdbd7c521_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:5d407f003f51feee2d5d3b1e36da52f0aa50142deff077675c8df9cb235548dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:e456ac00b96cae6ecdfd2c440eb0a38994bb17119a58160f4425891a96752b2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:1fee56e4b8dedfd3fd2fda54f33e4de5520c647147de515b511406fd2da5ade8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:91f7e4eb042c70cbcfc835ddf46ff8798bc425362d3ca936a74e865df70d7a24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:a9515061255a072a2779c99f014cb59454f8372d202df795c3b3edc406e5e340_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:100ffbc247eab92cf9432f4e10a68c952599c9f839b605d2957a106dd821569f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:192c72e63a4c8d4fa9e530397b7313efdb88a8daa7336b3f2ee09524c5281afb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:2e53fa54e3dc53d59ebd01d1f284b5289193e3954043eccf5359026d102aa0d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:fefd4e10fbe8644bbe23b489a80f368458954bd1e3875d780d01109d0655b2d7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:4f8c67880437ea7cdef640c179210fe0ed9edf2ee008430f12fb35f7a7c6d42c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:53501688f1b5bb3252573200e9a81eea2e9f2b2b915ea3c6725f555f2b063523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6c6e025a0667525ced1de434c666ffbdbf27b92f00a888a71d8149ee3e06d05d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dcd3ff4d6c158efbd72ce4caaa245aefaa2e3062c7e032b87c4ab0c47613766b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2cdf676b4fcd525973c22b6f5dfe46a41917c45b6f17d1ac690ef7c93744d5d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6a466a4954d520fd320e2a59b8c4b2ba8d09b71e596ee6eb32bb40824b799316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:6e8128820841f5aa86cb961a92651579a17c2a40ab84d172bf36aba92c331e0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:ae4ecaebe2443a8e1c9e70ca04c4fc891e02147600d51ee23eafce1ba88339de_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:bae268e719a87bb6d399252dec29be82e2cd54221fc7b13b2cff1c9cd7ac0981_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c2140d596103d4c624a60482fb392657caf219a31216976e76dffb0679e99b09_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:c34f18ee9241257fcf8417d69759e22792ba78315f0824358749d2eea4609f60_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:fefe2b85372a58a8a8dccf9d13d6b2def8b728922ef04ff64e23c97939de2ce6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:11b68e1a2052026425c418b48014cb04a68619900e61347486872ee5fb086228_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:1f9b293d920a2cd427ea177ab8163538e243f266550e52b7e8b4fea0a12c1c08_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fdb5c9e9f481ed9dcc07d6b67db7e78e2366f4343db452e7bc444c65d2da0a56_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:765c546ee71d2cf17c7369284524942d6a244b126e92bcc551657336e929b144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:7eb1f4dbd5e02f908c9a27a74ad871a028c5acdd220a33f40ba6fdfa42078891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/rdma-cni-rhel9@sha256:e8e4330c36c62061270b28c6b280900d5246b43839e6322dddb980f3c58ba34f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:2e35ed828c2ea8772b2e506eb72eeb6da24030cc836bd73b6bb9233e322e69c2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:969658923fa5f9113f07e38f7a747915f0c2880742e303359b45f54934579658_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:f64e5e32b1c2ea12447aa6f2f47470b32461d8b7d1fb94702f780750a3e976e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:65ea5dc2a00efffd6181fdb2076841d6ba6eadbbb478aa3721784c14e9812a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:748c7d40af4816fcdaa64355960e67d641e5d5d0a45b11a8db3c1f24fe4ec49a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9@sha256:8b19acba4073254f6e81fee56375f6de4d16b24bf8276f05ed0e43f4ed77e06f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
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.